5 lines
117 B
CMake

FILE(GLOB PY_FILES *.py)
FILE(GLOB UI_FILES *.ui)
PLUGIN_INSTALL(processing ./algs/gdal/ui ${PY_FILES} ${UI_FILES})