QGIS/python/plugins/processing/gui/CMakeLists.txt
2020-11-12 07:14:46 +10:00

5 lines
113 B
CMake

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