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@6580 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 12, 2007
1 parent 6dbc3d2 commit bfe2a10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/grid_maker/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,14 @@ INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_BINARY_DIR}/../../ui
..
${GEOS_INCLUDE_DIR}
${PROJ_INCLUDE_DIR}
${GDAL_INCLUDE_DIR}
)

TARGET_LINK_LIBRARIES(gridmakerplugin
${QT_LIBRARIES}
${PROJ_LIBRARY}
${GDAL_LIBRARIES}
qgis_core
)

Expand Down

0 comments on commit bfe2a10

Please sign in to comment.