commit 18d356c743ff65dced01241f2f6779cac6b56f89
parent ff3109aa103513ca1b6263eaded490e13529b4ac
Author: fundamental <mark.d.mccurry@gmail.com>
Date: Sat, 27 Oct 2012 08:42:51 -0400
Cmake: Fixes DSSI build to match prev. commit
- Typo in previous commit left the DSSI build with errors
as zynaddsubfx_lib was specified as a library rather than zynaddsubfx_core
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
@@ -306,10 +306,7 @@ if (DssiEnable)
)
target_link_libraries(zynaddsubfx_dssi
- zynaddsubfx_lib
- ${ZLIB_LIBRARIES}
- ${FFTW_LIBRARY}
- ${MXML_LIBRARIES}
+ zynaddsubfx_core
${NIO_LIBRARIES}
${AUDIO_LIBRARIES}
${OS_LIBRARIES}