From ee101b2f7f1cc026e4fed2048988264aebcab51f Mon Sep 17 00:00:00 2001 From: sonoro1234 Date: Thu, 15 Nov 2018 09:47:24 +0100 Subject: [PATCH] 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 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2