2020-11-12 07:14:46 +10:00

5 lines
96 B
CMake

file(GLOB PY_FILES *.py)
add_subdirectory(ui)
PLUGIN_INSTALL(processing algs/qgis ${PY_FILES})