From 0ad6aae023563c9165454b361f7ec451907e60cb Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 4 May 2007 08:48:59 +0000 Subject: [PATCH] From Luigi Calori, Win32 build fix --- src/osgIntrospection/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) 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})