diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-12-18 08:18:42 +0100 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-12-18 08:18:42 +0100 |
commit | 5482c46003bd4b2b3c595384d69ebc31361268b0 (patch) | |
tree | 9ef7a0cae95df0fa8da10424de14095aa5f0ae3b /CMakeLists.txt | |
parent | fb42fae8febe3f2065151cbef987576f9c89eccd (diff) | |
download | synthpod-5482c46003bd4b2b3c595384d69ebc31361268b0.tar.xz |
prototype synthpod_dummy.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dc0b6149..e891769e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,8 @@ set(CMAKE_SHARED_LINKER_FLAGS "-Wl,-z,relro ${CMAKE_SHARED_LINKER_FLAGS}") # options option(BUILD_JACK "Build JACK standalone host" ON) -option(BUILD_ALSA "Build ALSA standalone host (experimental)" OFF) +option(BUILD_ALSA "Build ALSA standalone host" OFF) +option(BUILD_DUMMY "Build DUMMY standalone host (experimental)" OFF) # vectorization include(CheckCCompilerFlag) |