ZynAddSubFX: now build on OS X as well

Now that we fixed RemotePlugin support on OS X, we can enable build of
ZynAddSubFX on OS X. Some GUI threading issues still have to be solved
though.

Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com>
This commit is contained in:
Tobias Doerffel
2009-07-07 01:53:46 +02:00
parent 2ef5dffec0
commit ea376e90fe

View File

@@ -1,5 +1,3 @@
IF(NOT LMMS_BUILD_APPLE)
IF(LMMS_HAVE_FFTW3F)
INCLUDE(BuildPlugin)
@@ -139,5 +137,3 @@ ADD_CUSTOM_TARGET(libfltk COMMAND mkdir -p ${CMAKE_CURRENT_BINARY_DIR}/fltk && c
ADD_DEPENDENCIES(remote_zynaddsubfx libfltk)
ENDIF(LMMS_HAVE_FFTW3F)
ENDIF(NOT LMMS_BUILD_APPLE)