diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/support/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/support/CMakeLists.txt b/src/support/CMakeLists.txt index 08546e3ee..b12ef6edd 100644 --- a/src/support/CMakeLists.txt +++ b/src/support/CMakeLists.txt @@ -8,3 +8,4 @@ SET(support_SOURCES threads.cpp ) ADD_LIBRARY(support STATIC ${support_SOURCES}) +TARGET_LINK_LIBRARIES(support ${CMAKE_THREAD_LIBS_INIT}) |