Added IF(BUILD_OSG_WRAPPERS) arouind osgintrospection example

This commit is contained in:
Robert Osfield
2007-03-12 21:13:15 +00:00
parent 54127cea20
commit e5a9364577

View File

@@ -45,7 +45,9 @@ ADD_OSG_EXAMPLE( osghangglide )
ADD_OSG_EXAMPLE( osghud )
ADD_OSG_EXAMPLE( osgimpostor osgSim )
ADD_OSG_EXAMPLE( osgintersection osgSim)
ADD_OSG_EXAMPLE( osgintrospection osgIntrospection )
IF (BUILD_OSG_WRAPPERS)
ADD_OSG_EXAMPLE( osgintrospection osgIntrospection )
ENDIF(BUILD_OSG_WRAPPERS)
ADD_OSG_EXAMPLE( osgkeyboard osgFX )
ADD_OSG_EXAMPLE( osgkeyboardmouse osgFX )
ADD_OSG_EXAMPLE( osglauncher )