Browse Source

complete for Linux

richarddobson 2 years ago
parent
commit
ddcb7d8881
1 changed files with 2 additions and 1 deletions
  1. 2 1
      dev/externals/paprogs/recsf/CMakeLists.txt

+ 2 - 1
dev/externals/paprogs/recsf/CMakeLists.txt

@@ -17,8 +17,9 @@ else()
   else()
     link_directories (/usr/local/lib)
     find_library(AAIOLIB NAMES libaaio.a) 
+    find_library(PA NAMES libportaudio.c)
     set(CMAKE_C_FLAGS "-O3 -Wall -Dlinux -Dunix -fomit-frame-pointer -funroll-loops")
-    set(EXTRA_LIBRARIES1 asound jack pthread m aaio ${EXTRA_LIBARIES})
+    set(EXTRA_LIBRARIES1 asound jack pthread m ${AAIOLIB} {PA} ${EXTRA_LIBARIES})
   endif()
 endif()