Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix compass plugin include directories
Fix #16033
  • Loading branch information
m-kuhn committed Jan 3, 2017
1 parent 0a1d341 commit e9c3963
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/plugins/compass/CMakeLists.txt
Expand Up @@ -31,7 +31,9 @@ ADD_LIBRARY (compassplugin MODULE ${COMPASS_SRCS} ${COMPASS_MOC_SRCS} ${COMPASS_

INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_BINARY_DIR}
../../core ../../core/raster
../../core
../../core/raster
../../core/geometry
../../gui
..
)
Expand Down

0 comments on commit e9c3963

Please sign in to comment.