mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
libraries for portaudio should be linked to interface
This commit is contained in:
parent
6d67d6f1a6
commit
b74e45e675
1 changed files with 3 additions and 3 deletions
|
@ -48,10 +48,10 @@ ExternalProject_Add(
|
|||
if (UNIX AND NOT APPLE)
|
||||
find_package(Threads REQUIRED)
|
||||
find_package(Librt REQUIRED)
|
||||
find_package(Jack REQUIRED)
|
||||
find_package(ALSA REQUIRED)
|
||||
find_package(ALSA)
|
||||
find_package(Jack)
|
||||
|
||||
target_link_libraries(portaudio
|
||||
target_link_libraries(interface
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${LIBRT_LIBRARIES}
|
||||
${JACK_LIBRARIES}
|
||||
|
|
Loading…
Reference in a new issue