Skip to content
Permalink
Browse files
fix build error (followup ba8f388)
  • Loading branch information
jef-n committed Jul 10, 2014
1 parent 8355a7a commit 2595e02
Showing 1 changed file with 1 addition and 2 deletions.
@@ -1,5 +1,4 @@
FILE(GLOB PY_FILES *.py)
FILE(GLOB OTHER_FILES *.txt)

PLUGIN_INSTALL(processing gui ${PY_FILES})
PLUGIN_INSTALL(processing gui ${OTHER_FILES})
PLUGIN_INSTALL(processing gui ${PY_FILES} ${OTHER_FILES})

0 comments on commit 2595e02

Please sign in to comment.