class library: SynthDef - lazy implementation of removeUGen
[supercollider.git] / platform / CMakeLists.txt
blob3cb7f6603b3120196f61a4bb94f9db916852d8a6
1 if(APPLE)
2         add_subdirectory(mac)
3 endif()
5 # NB freebsd currently OK to ride on linux for this subdir. eventually may need separating.
6 if(CMAKE_SYSTEM_NAME MATCHES "Linux" OR CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
7         add_subdirectory(linux)
8 endif()