This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
rtaudio
mirror of
https://github.com/falkTX/rtaudio
Watch
1
Star
0
Fork
0
Code
Releases
27
Activity
Browse Source
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>
tags/5.1.0
sonoro1234
7 years ago
parent
0757c50e3d
commit
ee101b2f7f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CMakeLists.txt
+ 1
- 1
CMakeLists.txt
View File
@@ -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)
Write
Preview
Loading…
Cancel
Save