Moved introspection build into optional compile section

This commit is contained in:
Robert Osfield
2007-03-11 13:21:48 +00:00
parent a291537a21
commit cc64468b52

View File

@@ -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)