Changeset 6348

Show
Ignore:
Timestamp:
03/12/07 22:13:15
Author:
robert
Message:

Added IF(BUILD_OSG_WRAPPERS) arouind osgintrospection example

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenSceneGraph/trunk/examples/CMakeLists.txt

    r6327 r6348  
    4646ADD_OSG_EXAMPLE( osgimpostor osgSim ) 
    4747ADD_OSG_EXAMPLE( osgintersection osgSim) 
    48 ADD_OSG_EXAMPLE( osgintrospection osgIntrospection ) 
     48IF   (BUILD_OSG_WRAPPERS) 
     49    ADD_OSG_EXAMPLE( osgintrospection osgIntrospection ) 
     50ENDIF(BUILD_OSG_WRAPPERS) 
    4951ADD_OSG_EXAMPLE( osgkeyboard osgFX ) 
    5052ADD_OSG_EXAMPLE( osgkeyboardmouse osgFX )