mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
6 lines
133 B
CMake
6 lines
133 B
CMake
FILE(GLOB PY_FILES *.py)
|
|
|
|
ADD_SUBDIRECTORY(geoserver)
|
|
ADD_SUBDIRECTORY(httplib2)
|
|
|
|
PLUGIN_INSTALL(processing ./admintools ${PY_FILES}) |