mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-18 07:37:31 +02:00
remove thread link to audio library
This commit is contained in:
parent
1e0dcd0eae
commit
84422628a9
1 changed files with 1 additions and 5 deletions
|
@ -15,8 +15,4 @@ include(${MACRO_DIR}/IncludeGLM.cmake)
|
|||
include_glm(${TARGET_NAME} ${ROOT_DIR})
|
||||
|
||||
include(${MACRO_DIR}/LinkHifiLibrary.cmake)
|
||||
link_hifi_library(shared ${TARGET_NAME} ${ROOT_DIR})
|
||||
|
||||
# link the threads library
|
||||
find_package(Threads REQUIRED)
|
||||
target_link_libraries(${TARGET_NAME} ${CMAKE_THREAD_LIBS_INIT})
|
||||
link_hifi_library(shared ${TARGET_NAME} ${ROOT_DIR})
|
Loading…
Reference in a new issue