class library: SynthDef - replaceUGen fixes
[supercollider.git] / server / CMakeLists.txt
blob6536c972454f4c0dc6c7454efa536d6b409e40a9
1 if (NOT APPLE AND NOT WIN32)
2         # on apple we leave this undefined so it defaults to .scx (in the code)
3         add_definitions("-DSC_PLUGIN_EXT=\".so\"")
4 endif()
7 include_directories(${CMAKE_SOURCE_DIR}/external_libraries
8                     ${CMAKE_SOURCE_DIR}/external_libraries/boost
9                     ${CMAKE_SOURCE_DIR}/external_libraries/boost_lockfree
10                     ${CMAKE_SOURCE_DIR}/external_libraries/nova-simd
11                     ${CMAKE_SOURCE_DIR}/external_libraries/nova-tt
12                     )
14 add_subdirectory(plugins)
15 add_subdirectory(scsynth)
17 if (SUPERNOVA)
18   add_subdirectory(supernova)
19 endif()