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@6578 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 12, 2007
1 parent f1e45f9 commit d282878
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/copyright_label/CMakeLists.txt
Expand Up @@ -31,10 +31,14 @@ INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_BINARY_DIR}/../../ui
..
${GEOS_INCLUDE_DIR}
${GDAL_INCLUDE_DIR}
${PROJ_INCLUDE_DIR}
)

TARGET_LINK_LIBRARIES(copyrightlabelplugin
qgis_core
${GDAL_LIBRARIES}
${PROJ_LIBRARY}
)


Expand Down
2 changes: 2 additions & 0 deletions src/providers/grass/CMakeLists.txt
Expand Up @@ -19,13 +19,15 @@ INCLUDE_DIRECTORIES (
${GRASS_INCLUDE_DIR}
${GDAL_INCLUDE_DIR}
${PROJ_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
)

ADD_LIBRARY (qgisgrass SHARED ${GRASS_LIB_SRCS})

TARGET_LINK_LIBRARIES (qgisgrass
${QT_LIBRARIES}
${GRASS_LIBRARIES}
${GEOS_LIBRARIES}
qgis_core
)

Expand Down

0 comments on commit d282878

Please sign in to comment.