|
|
@@ -20,9 +20,11 @@ else()
|
|
|
set(EXTRA_LIBRARIES1 winmm dsound winspool portsf ${EXTRA_LIBRARIES})
|
|
|
else()
|
|
|
link_directories (/usr/local/lib)
|
|
|
+ link_directories (../portaudio/lib/.libs)
|
|
|
+ find_library(PA NAMES libportaudio.a)
|
|
|
find_library(AAIOLIB NAMES libaaio.a)
|
|
|
set(CMAKE_C_FLAGS "-O3 -Wall -Dlinux -Dunix -fomit-frame-pointer -funroll-loops")
|
|
|
- set(EXTRA_LIBRARIES1 jack asound portsf pthread ${AAIOLIB} ${EXTRA_LIBRARIES})
|
|
|
+ set(EXTRA_LIBRARIES1 jack asound portsf portaudio pthread ${AAIOLIB} ${EXTRA_LIBRARIES})
|
|
|
endif()
|
|
|
endif()
|
|
|
|