repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
SCDoc: Use proper static string constants instead of comparing string literals.
[supercollider.git]
/
platform
/
CMakeLists.txt
blob
4343521f8e0752500276e90faec046e43deff7c1
1
if(APPLE)
2
add_subdirectory(mac)
3
elseif(WIN32)
4
add_subdirectory(windows)
5
endif()
6
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()