Re-introduced GDAL plugin.

This commit is contained in:
Robert Osfield
2007-08-07 10:33:25 +00:00
parent f94bfa7589
commit 2ec9fa7ea9
3 changed files with 7 additions and 1 deletions

View File

@@ -74,6 +74,9 @@ ENDIF(PNG_FOUND)
IF(TIFF_FOUND)
ADD_SUBDIRECTORY(tiff)
ENDIF(TIFF_FOUND)
IF(GDAL_FOUND)
ADD_SUBDIRECTORY(gdal)
ENDIF(GDAL_FOUND)
############################################################
#