mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2026-07-03 12:01:36 +00:00
Add liblo dependency
This commit is contained in:
@@ -63,7 +63,7 @@ target_link_libraries(samplebrain PRIVATE
|
|||||||
Qt::Widgets
|
Qt::Widgets
|
||||||
dl
|
dl
|
||||||
fftw3
|
fftw3
|
||||||
lo
|
lo_shared
|
||||||
m
|
m
|
||||||
portaudio
|
portaudio
|
||||||
pthread
|
pthread
|
||||||
|
|||||||
@@ -15,3 +15,15 @@ FetchContent_Declare(
|
|||||||
FetchContent_MakeAvailable(fftw3)
|
FetchContent_MakeAvailable(fftw3)
|
||||||
|
|
||||||
include_directories(${fftw3_SOURCE_DIR}/api)
|
include_directories(${fftw3_SOURCE_DIR}/api)
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
# liblo
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
FetchContent_Declare(
|
||||||
|
liblo
|
||||||
|
URL http://downloads.sourceforge.net/liblo/liblo-0.31.tar.gz
|
||||||
|
URL_HASH MD5=14378c1e74c58e777fbb4fcf33ac5315)
|
||||||
|
FetchContent_MakeAvailable(liblo)
|
||||||
|
|
||||||
|
add_subdirectory(${liblo_SOURCE_DIR}/cmake)
|
||||||
|
|||||||
Reference in New Issue
Block a user