Skip to content

Commit 69399dc

Browse files
author
timlinux
committedFeb 12, 2007
Added missing inlcudes and libs for mac build to work
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6587 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 60a2962 commit 69399dc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎src/plugins/georeferencer/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,17 @@ INCLUDE_DIRECTORIES(
5151
..
5252
${GSL_INCLUDE_DIR}
5353
${GDAL_INCLUDE_DIR}
54+
${GEOS_INCLUDE_DIR}
55+
${PROJ_INCLUDE_DIR}
5456
)
5557

5658
TARGET_LINK_LIBRARIES(georefplugin
5759
${QT_LIBRARIES}
5860
qgis_core
5961
${GSL_LIBRARIES}
62+
${PROJ_LIBRARIES}
63+
${GDAL_LIBRARIES}
64+
${GEOS_LIBRARY}
6065
)
6166

6267

‎src/plugins/grass/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ INCLUDE_DIRECTORIES(
7777
${GRASS_INCLUDE_DIR}
7878
${GDAL_INCLUDE_DIR}
7979
${PROJ_INCLUDE_DIR}
80+
${GEOS_INCLUDE_DIR}
8081
)
8182

8283
TARGET_LINK_LIBRARIES(grassplugin

0 commit comments

Comments
 (0)
Please sign in to comment.