mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 08:56:36 +02:00
replace injector with TARGET_NAME in CMakeLists
This commit is contained in:
parent
88fe04bcd1
commit
1688e2f5c3
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ link_hifi_library(shared ${TARGET_NAME} ${ROOT_DIR})
|
|||
|
||||
# link the threads library
|
||||
find_package(Threads REQUIRED)
|
||||
target_link_libraries(injector ${CMAKE_THREAD_LIBS_INIT})
|
||||
target_link_libraries(${TARGET_NAME} ${CMAKE_THREAD_LIBS_INIT})
|
Loading…
Reference in a new issue