Add PORTAUDIO2_LIBRARY_DIRS.

pull/138/head
Mooneer Salem 2021-05-31 12:31:53 -07:00
parent 9178f0afc4
commit 141b78ac97
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ else (PORTAUDIO_LIBRARIES AND PORTAUDIO_INCLUDE_DIRS)
set(PORTAUDIO_LIBRARIES
${PORTAUDIO2_LIBRARIES}
)
set(PORTAUDIO_LIBRARY_DIRS ${PORTAUDIO2_LIBRARY_DIRS})
#endif (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
set(PORTAUDIO_VERSION
19