diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-09-11 22:27:55 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-09-11 22:27:55 +0200 |
commit | 36d29fb13e45b369011d4fd79fb7a06c82e2c873 (patch) | |
tree | 0737c1f1b77f8dceb08414da15bfff5cfe72e515 /CMakeLists.txt | |
parent | 0c9aec8f2f8426eb1a46c3a2485f19d692ffeedc (diff) | |
download | synthpod-36d29fb13e45b369011d4fd79fb7a06c82e2c873.tar.xz |
implement synthpod_alsa and commonize code.
* implement synthpod_alsa
* commonize code with synthpod_jack
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b21ad20e..a987c262 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,8 +33,6 @@ set(CMAKE_CXX_FLAGS "-std=gnu++11 -ffast-math -fvisibility=hidden ${CMAKE_CXX_FL option(BUILD_UI "Build user interface libraries" ON) option(BUILD_JACK "Build JACK standalone host" ON) option(BUILD_ALSA "Build ALSA standalone host (experimental)" OFF) -option(BUILD_RTAUDIO "Build RtAudio standalone host (experimental)" OFF) -option(BUILD_PORTAUDIO "Build PortAudio standalone host (broken)" OFF) # vectorization include(CheckCCompilerFlag) |