scel/sc/CMakeLists.txt
Tim Blechmann 3c21a65e4c basic cmake-based build system:
this patch implements a cmake-based build system for supercollider. it
currently builds:

- sclang and scsynth on linux
- plugins on linux and osx
- scel

Signed-off-by: Tim Blechmann <tim@klingt.org>

git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk@10240 a380766d-ff14-0410-b294-a243070f3f08
2010-08-10 21:40:54 +00:00

7 lines
157 B
CMake

file(GLOB scel_sources
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.sc)
install(FILES ${scel_sources}
DESTINATION share/SuperCollider/Extensions/scide_scel)