Added application_ and example_ before application and example projects.

Converted the application CMakeLists.txt and macros to work with the ADD_OSG_APPLICATION macro.

Removed the GDAL checks in the examples/CMakeLists.txt
This commit is contained in:
Robert Osfield
2007-03-09 13:47:37 +00:00
parent d4303ceb73
commit 1fd22b8722
3 changed files with 42 additions and 41 deletions

View File

@@ -85,9 +85,7 @@ ADD_OSG_EXAMPLE( osgsimple )
#ADD_OSG_EXAMPLE( osgsimpleviewerXXX )
##################################################
ADD_OSG_EXAMPLE( osgsimplifier )
#IF(GDAL_FOUND)
# ADD_OSG_EXAMPLE( osgsimulation osgSim osgTerrain Producer osgGA)
#ENDIF(GDAL_FOUND)
ADD_OSG_EXAMPLE( osgsimulation osgSim osgGA)
ADD_OSG_EXAMPLE( osgslice )
ADD_OSG_EXAMPLE( osgspacewarp )
ADD_OSG_EXAMPLE( osgspheresegment osgSim osgParticle)