QGIS/python/plugins/processing/gui/CMakeLists.txt
2013-08-20 09:22:03 +02:00

6 lines
152 B
CMake

FILE(GLOB PY_FILES *.py)
FILE(GLOB OTHER_FILES help/*.*)
PLUGIN_INSTALL(processing gui ${PY_FILES})
PLUGIN_INSTALL(processing gui/help ${OTHER_FILES})