From 14b0ef597b487d20d00bf8efb8f4af6d9bf6d1cc Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 6 Sep 2007 08:23:21 +0000 Subject: [PATCH] Added osg lib --- src/osgIntrospection/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgIntrospection/CMakeLists.txt b/src/osgIntrospection/CMakeLists.txt index 95adb6a5d..1da57ba4d 100644 --- a/src/osgIntrospection/CMakeLists.txt +++ b/src/osgIntrospection/CMakeLists.txt @@ -58,6 +58,7 @@ ADD_LIBRARY(${LIB_NAME} LINK_INTERNAL(${LIB_NAME} OpenThreads + osg ) LINK_CORELIB_DEFAULT(${LIB_NAME})