mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
If set to False, you have to make sure that the httplib2 package is available on the target platform Fix #9618
9 lines
193 B
CMake
9 lines
193 B
CMake
FILE(GLOB PY_FILES *.py)
|
|
|
|
ADD_SUBDIRECTORY(geoserver)
|
|
IF(WITH_INTERNAL_HTTPLIB)
|
|
ADD_SUBDIRECTORY(httplib2)
|
|
ENDIF(WITH_INTERNAL_HTTPLIB)
|
|
|
|
PLUGIN_INSTALL(processing ./admintools ${PY_FILES})
|