mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 23:03:00 +02:00
link thread library to proper target for mixer
This commit is contained in:
parent
f8cd82bd82
commit
cee7f89b67
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ add_executable(mixer ${MIXER_SRCS} ${HIFI_SHARED_SRCS})
|
|||
include_directories(${HIFI_SHARED_DIR})
|
||||
|
||||
find_package(Threads REQUIRED)
|
||||
target_link_libraries(interface
|
||||
target_link_libraries(mixer
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
)
|
Loading…
Reference in a new issue