diff --git a/src/osgIntrospection/CMakeLists.txt b/src/osgIntrospection/CMakeLists.txt index 201dbd8c5..fefa6b544 100644 --- a/src/osgIntrospection/CMakeLists.txt +++ b/src/osgIntrospection/CMakeLists.txt @@ -54,6 +54,10 @@ ADD_LIBRARY(${LIB_NAME} Value.cpp ) +LINK_INTERNAL(${LIB_NAME} + OpenThreads +) + LINK_CORELIB_DEFAULT(${LIB_NAME})