mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
Merge remote-tracking branch 'origin'
This commit is contained in:
commit
2446e80c6c
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})
|
include_directories(${HIFI_SHARED_DIR})
|
||||||
|
|
||||||
find_package(Threads REQUIRED)
|
find_package(Threads REQUIRED)
|
||||||
target_link_libraries(interface
|
target_link_libraries(mixer
|
||||||
${CMAKE_THREAD_LIBS_INIT}
|
${CMAKE_THREAD_LIBS_INIT}
|
||||||
)
|
)
|
Loading…
Reference in a new issue