commit e1e09185c60e1a0319a5337561f0ed3320b433a2
parent 8d4b39d5b95c5ef16ac42a27bfdbc8b1fe42f5e8
Author: fundamental <mark.d.mccurry@gmail.com>
Date: Wed, 16 Jul 2014 16:09:49 -0400
Cmake: Fix Mixed PA 1/2 Include Path Search
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
@@ -165,7 +165,7 @@ if(OssEnable)
endif(OssEnable)
if(PaEnable)
- include_directories(${PORTAUDIO_INCLUDE_DIR})
+ include_directories(${PORTAUDIO_INCLUDEDIR} /usr/lib/blam/bax)
add_definitions(-DPORTAUDIO=1)
list(APPEND AUDIO_LIBRARIES ${PORTAUDIO_LIBRARIES})
list(APPEND AUDIO_LIBRARY_DIRS ${PORTAUDIO_LIBRARY_DIRS})