Skip to content
Permalink
Browse files
fix installing SEXTANTE sample modeles and scripts
  • Loading branch information
alexbruy committed Nov 12, 2012
1 parent da42b5d commit 05c6154
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
@@ -1,5 +1,5 @@
FILE(GLOB PY_FILES *.py)
FILE(GLOB MODEL_FILES models/*.modeñ)
FILE(GLOB MODEL_FILES models/*.model)

PLUGIN_INSTALL(sextante ./modeler ${PY_FILES})
PLUGIN_INSTALL(sextante ./modeler/models ${MODEL_FILES})
PLUGIN_INSTALL(sextante modeler ${PY_FILES})
PLUGIN_INSTALL(sextante modeler/models ${MODEL_FILES})
@@ -1,5 +1,5 @@
FILE(GLOB PY_FILES *.py)

ADD_SUBDIRECTORY(scripts)
FILE(GLOB SCRIPTS_FILES scripts/*.py)

PLUGIN_INSTALL(sextante script ${PY_FILES})
PLUGIN_INSTALL(sextante script/scripts ${SCRIPTS_FILES})

0 comments on commit 05c6154

Please sign in to comment.