Skip to content

Commit

Permalink
[processing] fixed cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Jul 9, 2014
1 parent 0df2b01 commit ba8f388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/gui/CMakeLists.txt
@@ -1,5 +1,5 @@
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/help ${OTHER_FILES})
PLUGIN_INSTALL(processing gui ${OTHER_FILES})

0 comments on commit ba8f388

Please sign in to comment.