diff options
author | Werner Schweer <ws.seh.de> | 2008-06-28 10:08:33 +0000 |
---|---|---|
committer | Werner Schweer <ws.seh.de> | 2008-06-28 10:08:33 +0000 |
commit | e36628d09315ac5ff226771c1799f9712dd30e76 (patch) | |
tree | e3d01d44dc02fc74661f8a08ce060f11d9aa6df9 | |
parent | 789fa3eb5a351baeb437236dcbbf60ce1bac16cf (diff) |
fix build
-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 9954ccd1..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 wo) +set (SubDirs libsynti s1 organ deicsonze simpledrums vam mus) if (ENABLE_ZYNADDSUBFX) set (SubDirs ${SubDirs} zynaddsubfx) |