mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Make target include fastcgi public
This commit is contained in:
parent
69ee3bc0d3
commit
93e7a2875d
@ -84,16 +84,12 @@ if (WITH_SERVER_PLUGINS)
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
include_directories(
|
||||
)
|
||||
|
||||
add_library(qgis_server SHARED ${QGIS_SERVER_SRCS} ${QGIS_SERVER_HDRS})
|
||||
|
||||
# require c++17
|
||||
target_compile_features(qgis_server PRIVATE cxx_std_17)
|
||||
|
||||
target_include_directories(qgis_server SYSTEM PRIVATE
|
||||
target_include_directories(qgis_server SYSTEM PUBLIC
|
||||
${FCGI_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user