Skip to content

Commit

Permalink
Added geos to include search path and library linking for geos
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@13364 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Apr 24, 2010
1 parent cbb4947 commit 1e8a709
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/spatialquery/CMakeLists.txt
Expand Up @@ -41,11 +41,13 @@ INCLUDE_DIRECTORIES(
../../core/symbology
../../gui
..
${GEOS_INCLUDE_DIR}
)

TARGET_LINK_LIBRARIES(spatialqueryplugin
qgis_core
qgis_gui
${GEOS_LIBRARY}
)


Expand Down

0 comments on commit 1e8a709

Please sign in to comment.