Skip to content

Commit

Permalink
Fix compass plugin include directories
Browse files Browse the repository at this point in the history
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( INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}
../../core ../../core/raster ../../core
../../core/raster
../../core/geometry
../../gui ../../gui
.. ..
) )
Expand Down

0 comments on commit e9c3963

Please sign in to comment.