diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 609f2b965..b07e02d89 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,7 +4,6 @@ SUBDIRS( osgDB osgUtil osgText - osgIntrospection osgGA osgManipulator osgSim @@ -20,7 +19,8 @@ IF (BUILD_OSG_PLUGINS) ADD_SUBDIRECTORY(osgPlugins) ENDIF(BUILD_OSG_PLUGINS) -OPTION(BUILD_OSG_WRAPPERS "Enable to build OSG Wrapper" OFF) +OPTION(BUILD_OSG_WRAPPERS "Enable to build Introspection and Wrappers" OFF) IF (BUILD_OSG_WRAPPERS) + ADD_SUBDIRECTORY(osgIntrospection) ADD_SUBDIRECTORY(osgWrappers) ENDIF(BUILD_OSG_WRAPPERS)