[sextante] fix duplicate plugin install target build error

This commit is contained in:
Larry Shaffer 2013-07-29 14:15:22 -06:00
parent 65ac5a715e
commit 6dba7cbbec

View File

@ -1,5 +1,4 @@
FILE(GLOB PY_FILES *.py)
FILE(GLOB OTHER_FILES *.txt)
PLUGIN_INSTALL(sextante ./exampleprovider ${PY_FILES})
PLUGIN_INSTALL(sextante ./exampleprovider ${OTHER_FILES})
PLUGIN_INSTALL(sextante ./exampleprovider ${PY_FILES} ${OTHER_FILES})