mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05: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})
|