diff options
author | Werner Schweer <ws.seh.de> | 2007-10-01 08:09:31 +0000 |
---|---|---|
committer | Werner Schweer <ws.seh.de> | 2007-10-01 08:09:31 +0000 |
commit | 06bde182bc122dbf95b7a89bc1b0bc0ee660e162 (patch) | |
tree | eeeb6b5a4285b6916f376d29797aea141af82252 | |
parent | 4b4783f00ad2978b6fcd9f4e421a8bdb0fef0bbf (diff) |
remove "two" subdir
-rw-r--r-- | muse/synti/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muse/synti/CMakeLists.txt b/muse/synti/CMakeLists.txt index e5145696..7e5274ac 100644 --- a/muse/synti/CMakeLists.txt +++ b/muse/synti/CMakeLists.txt @@ -27,7 +27,7 @@ include_directories( ${PROJECT_SOURCE_DIR}/synti ) -set (SubDirs libsynti s1 organ deicsonze simpledrums vam mus two) +set (SubDirs libsynti s1 organ deicsonze simpledrums vam mus) if (ENABLE_ZYNADDSUBFX) set (SubDirs ${SubDirs} zynaddsubfx) |