mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-27 00:07:16 -05:00
6 lines
165 B
CMake
6 lines
165 B
CMake
file(GLOB PY_FILES *.py)
|
|
file(GLOB YAML_FILES *.yaml)
|
|
|
|
PLUGIN_INSTALL(sagaprovider ./shorthelp/ ${PY_FILES})
|
|
PLUGIN_INSTALL(sagaprovider ./shorthelp/ ${YAML_FILES})
|