[processing] fixed cmake

This commit is contained in:
Victor Olaya 2014-07-09 19:02:17 +02:00
parent 0df2b011fc
commit ba8f388122

View File

@ -1,5 +1,5 @@
FILE(GLOB PY_FILES *.py) FILE(GLOB PY_FILES *.py)
FILE(GLOB OTHER_FILES help/*.*) FILE(GLOB OTHER_FILES *.txt)
PLUGIN_INSTALL(processing gui ${PY_FILES}) PLUGIN_INSTALL(processing gui ${PY_FILES})
PLUGIN_INSTALL(processing gui/help ${OTHER_FILES}) PLUGIN_INSTALL(processing gui ${OTHER_FILES})