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

6 lines
99 B
CMake

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