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\"")
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
14 add_subdirectory(plugins)
15 add_subdirectory(scsynth)
18 add_subdirectory(supernova)