Skip to content

Commit

Permalink
Added missing inlcudes and libs for mac build to work
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6587 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 12, 2007
1 parent 60a2962 commit 69399dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugins/georeferencer/CMakeLists.txt
Expand Up @@ -51,12 +51,17 @@ INCLUDE_DIRECTORIES(
..
${GSL_INCLUDE_DIR}
${GDAL_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
${PROJ_INCLUDE_DIR}
)

TARGET_LINK_LIBRARIES(georefplugin
${QT_LIBRARIES}
qgis_core
${GSL_LIBRARIES}
${PROJ_LIBRARIES}
${GDAL_LIBRARIES}
${GEOS_LIBRARY}
)


Expand Down
1 change: 1 addition & 0 deletions src/plugins/grass/CMakeLists.txt
Expand Up @@ -77,6 +77,7 @@ INCLUDE_DIRECTORIES(
${GRASS_INCLUDE_DIR}
${GDAL_INCLUDE_DIR}
${PROJ_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
)

TARGET_LINK_LIBRARIES(grassplugin
Expand Down

0 comments on commit 69399dc

Please sign in to comment.