We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 04630b7 commit bc56fbdCopy full SHA for bc56fbd
CMakeLists.txt
@@ -133,6 +133,7 @@ ELSE (WIN32)
133
SET (CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}/${PROJECT_NAME}.app/Contents/MacOS)
134
# path for library references
135
SET (CMAKE_INSTALL_NAME_DIR @executable_path/lib)
136
+ INCLUDE_DIRECTORIES(/usr/include)
137
ENDIF (APPLE)
138
139
# common for MAC and UNIX
src/plugins/grass/CMakeLists.txt
@@ -67,6 +67,7 @@ QT4_WRAP_CPP (GRASS_PLUGIN_MOC_SRCS ${GRASS_PLUGIN_MOC_HDRS})
67
ADD_LIBRARY (grassplugin MODULE ${GRASS_PLUGIN_SRCS} ${GRASS_PLUGIN_MOC_SRCS} ${GRASS_PLUGIN_UIS_H})
68
69
INCLUDE_DIRECTORIES(
70
+ /usr/include
71
.
72
${CMAKE_CURRENT_BINARY_DIR}
73
../../core ../../raster ../../renderer ../../legend
0 commit comments