Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
macOS needs path to GEOS framework
- Loading branch information
Showing
with
3 additions
and
0 deletions.
-
+3
−0
src/providers/geonode/CMakeLists.txt
|
@@ -31,6 +31,9 @@ INCLUDE_DIRECTORIES( |
|
|
${CMAKE_BINARY_DIR}/src/gui |
|
|
${CMAKE_BINARY_DIR}/src/ui |
|
|
) |
|
|
INCLUDE_DIRECTORIES(SYSTEM |
|
|
${GEOS_INCLUDE_DIR} |
|
|
) |
|
|
|
|
|
ADD_LIBRARY(geonodeprovider MODULE ${GEONODE_SRCS} ${GEONODE_MOC_SRCS}) |
|
|
|
|
|