scide: cancel ScRequests when recompiling the class library
[supercollider.git] / platform / CMakeLists.txt
blob7d1c10b0e35bc3d1d8109ead074e7a4fda434158
1 if(APPLE)
2     if (NOT SC_IDE)
3         add_subdirectory(mac)
4     endif()
5 elseif(WIN32)
6     add_subdirectory(windows)
7 endif()
9 # NB freebsd currently OK to ride on linux for this subdir. eventually may need separating.
10 if(CMAKE_SYSTEM_NAME MATCHES "Linux" OR CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
11         add_subdirectory(linux)
12 endif()