Skip to content

Commit 2159eda

Browse files
committed
Add osg include dir for globe compilation
1 parent 88768c7 commit 2159eda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/globe/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ ADD_LIBRARY (globeplugin MODULE ${globe_plugin_SRCS} ${globe_plugin_MOC_SRCS} ${
5050
INCLUDE_DIRECTORIES(
5151
${CMAKE_CURRENT_BINARY_DIR}
5252
${OSGEARTH_INCLUDE_DIR}
53+
${OSG_INCLUDE_DIR}
5354
${GEOS_INCLUDE_DIR}
5455
../../core ../../core/raster ../../core/renderer ../../core/symbology
5556
../../gui

0 commit comments

Comments
 (0)