Added GDAL check to compile of osgsimulation

This commit is contained in:
Robert Osfield
2004-09-14 15:03:18 +00:00
parent c204628d1a
commit 7858e89078

View File

@@ -180,7 +180,6 @@ EXAMPLE_DIRS = \
osgsimple\
osgsimplepager\
osgsimplifier\
osgsimulation\
osgspacewarp\
osgspheresegment\
osgstereoimage\
@@ -202,6 +201,7 @@ ifeq ($(GDAL_INSTALLED),yes)
EXAMPLE_DIRS += osgphotoalbum
EXAMPLE_DIRS += osgdem
EXAMPLE_DIRS += osgbluemarble
EXAMPLE_DIRS += osgsimulation
endif
ifeq ($(DEMETER_INSTALLED),yes)