3
0
Fork 0
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:
Stephen Birarda 2013-06-11 14:50:10 -07:00
parent 1e0dcd0eae
commit 84422628a9

View file

@ -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})