Skip to content

Commit b72b7b1

Browse files
committedJul 18, 2011
osgearth gdal driver needs GEOS headers
1 parent d0c0adc commit b72b7b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/plugins/globe/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ ADD_LIBRARY (globeplugin MODULE ${globe_plugin_SRCS} ${globe_plugin_MOC_SRCS} ${
4545
INCLUDE_DIRECTORIES(
4646
${CMAKE_CURRENT_BINARY_DIR}
4747
${OSGEARTH_INCLUDE_DIR}
48+
${GEOS_INCLUDE_DIR}
4849
../../core ../../core/raster ../../core/renderer ../../core/symbology
4950
../../gui
5051
..

0 commit comments

Comments
 (0)
Please sign in to comment.