2014-04-20 22:39:00 +02:00

8 lines
148 B
CMake

FILE(GLOB PY_FILES *.py)
ADD_SUBDIRECTORY(mmqgisx)
ADD_SUBDIRECTORY(ftools)
ADD_SUBDIRECTORY(ui)
PLUGIN_INSTALL(processing algs/qgis ${PY_FILES})