Skip to content

Commit

Permalink
fix installing SEXTANTE sample modeles and scripts
Browse files Browse the repository at this point in the history
  • 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.
6 changes: 3 additions & 3 deletions python/plugins/sextante/modeler/CMakeLists.txt
@@ -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})
4 changes: 2 additions & 2 deletions python/plugins/sextante/script/CMakeLists.txt
@@ -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.