build target only for server part to avoid long compiling

This commit is contained in:
David Signer 2019-10-24 13:14:24 +02:00 committed by Nyall Dawson
parent fe296fa95d
commit 671ed378eb

View File

@ -211,3 +211,6 @@ INSTALL(FILES
wms_metadata.xml
DESTINATION ${QGIS_CGIBIN_DIR}
)
ADD_CUSTOM_TARGET(qgis_server_full
DEPENDS qgis_mapserv.fcgi wms wfs wcs wfs3 wmts qgis_server
)