zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 8454adc89d12be4b808939dc578d8bc0aa468837
parent 1749ce1ebbf588535d0c6cdaecbac5d97a995b5e
Author: fundamental <[email protected]>
Date:   Fri, 17 Apr 2015 12:39:53 -0400

DSSI: Add Liblo Libraries

Diffstat:
Msrc/CMakeLists.txt | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt @@ -194,7 +194,7 @@ endif() if(LibloEnable) include_directories(${LIBLO_INCLUDE_DIRS}) add_definitions(-DUSE_NSM=1) - list(APPEND AUDIO_LIBRARIES ${LIBLO_LDFLAGS}) + list(APPEND AUDIO_LIBRARIES ${LIBLO_LIBRARIES}) list(APPEND AUDIO_LIBRARY_DIRS ${LIBLO_LIBRARY_DIRS}) message(STATUS "Compiling with liblo") endif() @@ -389,6 +389,7 @@ if (DssiEnable) target_link_libraries(zynaddsubfx_dssi zynaddsubfx_core ${OS_LIBRARIES} + ${LIBLO_LIBRARIES} ) if (${CMAKE_SIZEOF_VOID_P} EQUAL "8") install(TARGETS zynaddsubfx_dssi LIBRARY DESTINATION lib64/dssi/)