mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[sextante] fix duplicate plugin install target build error
This commit is contained in:
parent
65ac5a715e
commit
6dba7cbbec
@ -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})
|
||||
|
Loading…
x
Reference in New Issue
Block a user