summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorJules Blok <jules.blok@gmail.com>2016-11-01 18:32:12 +0100
committerGitHub <noreply@github.com>2016-11-01 18:32:12 +0100
commit49ac577ac07b6b75de4cbe21737cf4bbd69b2bd2 (patch)
treecf236c7065762016aabb72d369bc83e84766770b /Source
parent1c9ed79c6aeaccd13bf25c08764c33ae2cf73a01 (diff)
parent04e262513cd3dd7718a6ee59758243ba19b37c8a (diff)
Merge pull request #4388 from ligfx/portaudio_static
CMake: build PortAudio as static library
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Core/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/CMakeLists.txt b/Source/Core/Core/CMakeLists.txt
index 21862dafdd..2a8d36d49f 100644
--- a/Source/Core/Core/CMakeLists.txt
+++ b/Source/Core/Core/CMakeLists.txt
@@ -274,7 +274,7 @@ if(HIDAPI_FOUND)
endif(HIDAPI_FOUND)
if(PORTAUDIO_FOUND)
- set(LIBS ${LIBS} portaudio)
+ set(LIBS ${LIBS} ${PORTAUDIO_LIBRARIES})
endif(PORTAUDIO_FOUND)
if(OPROFILE_FOUND)