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
class library: SynthDef - lazy implementation of removeUGen
[supercollider.git]
/
platform
/
CMakeLists.txt
blob
3cb7f6603b3120196f61a4bb94f9db916852d8a6
1
if(APPLE)
2
add_subdirectory(mac)
3
endif()
4
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()