mirror of
https://github.com/qgis/QGIS.git
synced 2025-05-08 00:04:33 -04:00
8 lines
181 B
CMake
8 lines
181 B
CMake
FILE(GLOB PY_FILES *.py)
|
|
|
|
SET (WITH_INTERNAL_HTTPLIB TRUE CACHE BOOL "Use internal httplib2")
|
|
|
|
ADD_SUBDIRECTORY(geoserver)
|
|
|
|
PLUGIN_INSTALL(processing ./algs/admintools ${PY_FILES})
|