diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-06-11 20:33:06 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-06-11 20:33:06 +0200 |
commit | d62b0486592851ce017b63c9dd7f073eb4993e4e (patch) | |
tree | 558d33ce99479e7cc0b79e7fc8d0b9ce1f0e0cbe /CMakeLists.txt | |
parent | 3d2ca1ca690278a9081693fcbbd3eafb40fbb292 (diff) | |
download | synthpod-d62b0486592851ce017b63c9dd7f073eb4993e4e.tar.xz |
cosmetics.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1af63366..1142193d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,8 +20,8 @@ add_definitions("-DSYNTHPOD_VERSION=\"${SYNTHPOD_VERSION}\"") set(CMAKE_C_FLAGS "-std=gnu11 ${CMAKE_C_FLAGS}") # options -option(BUILD_UI "Build user interface libraries" OFF) -option(BUILD_JACK "Build JACK standalone host" OFF) +option(BUILD_UI "Build user interface libraries" ON) +option(BUILD_JACK "Build JACK standalone host" ON) option(BUILD_PORTAUDIO "Build PortAudio standalone host (experimental)" OFF) # eina |