commit 88bdd3ab509e74ed42699c4ad6466ab01fc91ceb
parent 2cb65687a6a93611125d7623bbdcf7b7db361404
Author: fundamental <mark.d.mccurry@gmail.com>
Date: Sun, 17 May 2015 15:21:53 -0400
NTK External UI Fix
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/UI/CMakeLists.txt b/src/UI/CMakeLists.txt
@@ -34,6 +34,10 @@ if(FltkGui)
add_executable(zynaddsubfx_ext_gui guimain.cpp)
target_link_libraries(zynaddsubfx_ext_gui zynaddsubfx_gui ${FLTK_LIBRARIES}
${FLTK_LIBRARIES} ${OPENGL_LIBRARIES} ${X11_LIBRARIES} ${LIBLO_LIBRARIES} rtosc rtosc-cpp)
+elseif(NtkGui)
+ add_executable(zynaddsubfx_ext_gui guimain.cpp)
+ target_link_libraries(zynaddsubfx_ext_gui zynaddsubfx_gui ${NTK_LDFLAGS}
+ ${OPENGL_LIBRARIES} ${X11_LIBRARIES} ${LIBLO_LIBRARIES} rtosc rtosc-cpp)
endif()
add_library(zynaddsubfx_gui STATIC