diff options
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d220bc7..50ee21d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,7 +93,7 @@ set(API_DEFS) set(API_LIST) # Tweak API-specific configuration. - +include_directories(include) # Jack if (RTAUDIO_API_JACK AND jack_FOUND) set(NEED_PTHREAD ON) |
