osgearth gdal driver needs GEOS headers

This commit is contained in:
William Kyngesburye 2011-07-17 20:16:21 -05:00
parent d0c0adc54e
commit b72b7b1eab

View File

@ -45,6 +45,7 @@ ADD_LIBRARY (globeplugin MODULE ${globe_plugin_SRCS} ${globe_plugin_MOC_SRCS} ${
INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_BINARY_DIR}
${OSGEARTH_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
../../core ../../core/raster ../../core/renderer ../../core/symbology
../../gui
..