Skip to content

Commit 2705820

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@6583 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent b1b0839 commit 2705820

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/plugins/geoprocessing/CMakeLists.txt

+6
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,16 @@ INCLUDE_DIRECTORIES(
3030
${CMAKE_CURRENT_BINARY_DIR}/../../ui
3131
..
3232
${POSTGRES_INCLUDE_DIR}
33+
${GDAL_INCLUDE_DIR}
34+
${PROJ_INCLUDE_DIR}
35+
${GEOS_INCLUDE_DIR}
3336
)
3437

3538
TARGET_LINK_LIBRARIES(pggeoprocessingplugin
3639
${POSTGRES_LIBRARY}
40+
${GDAL_LIBRARIES}
41+
${PROJ_LIBRARY}
42+
${GEOS_LIBRARY}
3743
qgis_core
3844
)
3945

0 commit comments

Comments
 (0)