Skip to content

Commit

Permalink
Fix geos_c.h not found.
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsunni committed May 21, 2017
1 parent beed86e commit 592c92e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/gps_importer/CMakeLists.txt
Expand Up @@ -51,6 +51,7 @@ INCLUDE_DIRECTORIES(SYSTEM
${EXPAT_INCLUDE_DIR}
${PROJ_INCLUDE_DIR}
${QEXTSERIALPORT_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
)

TARGET_LINK_LIBRARIES(gpsimporterplugin
Expand Down
1 change: 1 addition & 0 deletions src/providers/gdal/CMakeLists.txt
Expand Up @@ -22,6 +22,7 @@ INCLUDE_DIRECTORIES (
)
INCLUDE_DIRECTORIES (SYSTEM
${GDAL_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
)

QT5_WRAP_CPP(GDAL_MOC_SRCS ${GDAL_MOC_HDRS})
Expand Down
1 change: 1 addition & 0 deletions src/providers/ows/CMakeLists.txt
Expand Up @@ -22,6 +22,7 @@ INCLUDE_DIRECTORIES (
)
INCLUDE_DIRECTORIES(SYSTEM
${PROJ_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
)

QT5_WRAP_CPP(OWS_MOC_SRCS ${OWS_MOC_HDRS})
Expand Down
1 change: 1 addition & 0 deletions src/providers/wcs/CMakeLists.txt
Expand Up @@ -35,6 +35,7 @@ INCLUDE_DIRECTORIES(SYSTEM
${GDAL_INCLUDE_DIR}
${QCA_INCLUDE_DIR}
${QTKEYCHAIN_INCLUDE_DIR}
${GEOS_INCLUDE_DIR}
)

ADD_LIBRARY(wcsprovider MODULE ${WCS_SRCS} ${WCS_MOC_SRCS})
Expand Down

0 comments on commit 592c92e

Please sign in to comment.