File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -42,24 +42,23 @@ ADD_LIBRARY (globeplugin MODULE ${globe_plugin_SRCS} ${globe_plugin_MOC_SRCS} ${
42
42
43
43
INCLUDE_DIRECTORIES (
44
44
${CMAKE_CURRENT_BINARY_DIR}
45
+ ${OSGEARTH_INCLUDE_DIR}
45
46
../../core ../../core/raster ../../core/renderer ../../core/symbology
46
47
../../gui
47
48
..
48
49
)
49
50
50
- # SET(TARGET_LIBRARIES_VARS OSG_LIBRARY OSGDB_LIBRARY OSGUTIL_LIBRARY OSGVIEWER_LIBRARY OPENTHREADS_LIBRARY)
51
-
52
51
TARGET_LINK_LIBRARIES (globeplugin
53
52
qgis_core
54
53
qgis_gui
55
54
QtOpenGL
56
- osgDB
57
- osgGA
58
- osg
59
- osgViewer
60
- osgEarth
61
- osgEarthFeatures
62
- osgEarthUtil
55
+ ${OSGDB_LIBRARY}
56
+ ${OSGGA_LIBRARY}
57
+ ${OSG_LIBRARY}
58
+ ${OSGVIEWER_LIBRARY}
59
+ ${OSGEARTH_LIBRARY}
60
+ ${OSGEARTHFEATURES_LIBRARY}
61
+ ${OSGEARTHUTIL_LIBRARY}
63
62
${OPENTHREADS_LIBRARY}
64
63
)
65
64
You can’t perform that action at this time.
0 commit comments