Changeset 6348
- Timestamp:
- 03/12/07 22:13:15
- Files:
-
- OpenSceneGraph/trunk/examples/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenSceneGraph/trunk/examples/CMakeLists.txt
r6327 r6348 46 46 ADD_OSG_EXAMPLE( osgimpostor osgSim ) 47 47 ADD_OSG_EXAMPLE( osgintersection osgSim) 48 ADD_OSG_EXAMPLE( osgintrospection osgIntrospection ) 48 IF (BUILD_OSG_WRAPPERS) 49 ADD_OSG_EXAMPLE( osgintrospection osgIntrospection ) 50 ENDIF(BUILD_OSG_WRAPPERS) 49 51 ADD_OSG_EXAMPLE( osgkeyboard osgFX ) 50 52 ADD_OSG_EXAMPLE( osgkeyboardmouse osgFX )
