Skip to content

Commit

Permalink
Added GEOS_INCLUDE_DIR to the plugin's include dirs to enable compila…
Browse files Browse the repository at this point in the history
…tion with non-standard geos path.

git-svn-id: http://svn.osgeo.org/qgis/branches/symbology-ng-branch@11091 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Jul 16, 2009
1 parent 0676d26 commit 3a37031
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/labeling/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ ADD_LIBRARY (labelingplugin MODULE ${labeling_SRCS} ${labeling_MOC_SRCS} ${label

INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_BINARY_DIR}
../../core ../../core/raster ../../core/renderer ../../core/symbology
../../core ../../core/pal ../../core/raster ../../core/renderer ../../core/symbology
../../gui
..
.
${GEOS_INCLUDE_DIR}
)

TARGET_LINK_LIBRARIES(labelingplugin
Expand Down

0 comments on commit 3a37031

Please sign in to comment.