diff options
| author | sonoro1234 <sonoro@telefonica.net> | 2018-11-15 09:47:24 +0100 |
|---|---|---|
| committer | sonoro1234 <sonoro@telefonica.net> | 2018-11-15 09:47:24 +0100 |
| commit | ee101b2f7f1cc026e4fed2048988264aebcab51f (patch) | |
| tree | e580548a692aa936e915210b81c5d80902218d57 | |
| parent | 0757c50e3dbac57e3acac82e36554a896dca7e5f (diff) | |
CMakeLists: avoid include error: C:\luaGL\gitsources\luaRtAudio\rtaudio\RtAudio.cpp:3758:43: fatal error: functiondiscoverykeys_devpkey.h: No s
uch file or directory
#include <functiondiscoverykeys_devpkey.h>
| -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) |
