Add liblo dependency
This commit is contained in:
parent
6aa25397de
commit
572d6a127c
|
|
@ -63,7 +63,7 @@ target_link_libraries(samplebrain PRIVATE
|
|||
Qt::Widgets
|
||||
dl
|
||||
fftw3
|
||||
lo
|
||||
lo_shared
|
||||
m
|
||||
portaudio
|
||||
pthread
|
||||
|
|
|
|||
|
|
@ -15,3 +15,15 @@ FetchContent_Declare(
|
|||
FetchContent_MakeAvailable(fftw3)
|
||||
|
||||
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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue