1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-22 00:06:57 -04:00

5 lines
113 B
CMake
Raw Normal View History

2013-08-12 20:44:27 +02:00
FILE(GLOB PY_FILES *.py)
2014-07-09 19:02:17 +02:00
FILE(GLOB OTHER_FILES *.txt)
2013-08-12 20:44:27 +02:00
2014-07-10 02:55:21 +02:00
PLUGIN_INSTALL(processing gui ${PY_FILES} ${OTHER_FILES})