SCDoc: Use proper static string constants instead of comparing string literals.
[supercollider.git] / platform / CMakeLists.txt
blob4343521f8e0752500276e90faec046e43deff7c1
1 if(APPLE)
2         add_subdirectory(mac)
3 elseif(WIN32)
4     add_subdirectory(windows)
5 endif()
7 # NB freebsd currently OK to ride on linux for this subdir. eventually may need separating.
8 if(CMAKE_SYSTEM_NAME MATCHES "Linux" OR CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
9         add_subdirectory(linux)
10 endif()