Skip to content

Commit d3712e1

Browse files
author
timlinux
committed
Added missing inlcudes and libs for mac build to work
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6584 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2705820 commit d3712e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plugins/spit/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,14 @@ INCLUDE_DIRECTORIES(
6161
${CMAKE_CURRENT_BINARY_DIR}/../../ui
6262
${POSTGRES_INCLUDE_DIR}
6363
${GDAL_INCLUDE_DIR}
64+
${GEOS_INCLUDE_DIR}
6465
)
6566

6667
TARGET_LINK_LIBRARIES(spitplugin
6768
${QT_LIBRARIES}
6869
${POSTGRES_LIBRARY}
6970
${GDAL_LIBRARY}
71+
${GEOS_LIBRARY}
7072
qgis_core
7173
)
7274

0 commit comments

Comments
 (0)