8 lines
145 B
CMake
Raw Normal View History

2012-09-14 14:44:25 +03:00
FILE(GLOB PY_FILES *.py)
ADD_SUBDIRECTORY(mmqgisx)
ADD_SUBDIRECTORY(ftools)
ADD_SUBDIRECTORY(ui)
2013-08-12 20:44:27 +02:00
PLUGIN_INSTALL(processing ./algs ${PY_FILES})