QGIS/python/plugins/processing/gui/CMakeLists.txt
2023-10-02 11:44:34 +02:00

5 lines
120 B
CMake

file(GLOB PY_FILES *.py)
file(GLOB OTHER_FILES algnames.txt)
PLUGIN_INSTALL(processing gui ${PY_FILES} ${OTHER_FILES})