Skip to content

Commit f791a81

Browse files
author
timlinux
committedApr 24, 2010
Added geos to include search path and library linking for geos
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13364 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/plugins/spatialquery/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@ INCLUDE_DIRECTORIES(
4141
../../core/symbology
4242
../../gui
4343
..
44+
${GEOS_INCLUDE_DIR}
4445
)
4546

4647
TARGET_LINK_LIBRARIES(spatialqueryplugin
4748
qgis_core
4849
qgis_gui
50+
${GEOS_LIBRARY}
4951
)
5052

5153

0 commit comments

Comments
 (0)
Please sign in to comment.