1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-26 00:08:20 -04:00

6 lines
99 B
CMake
Raw Normal View History

2012-09-14 14:44:25 +03:00
FILE(GLOB PY_FILES *.py)
ADD_SUBDIRECTORY(ui)
2014-07-09 20:53:45 +03:00
PLUGIN_INSTALL(processing ./algs/gdal ${PY_FILES})