Skip to content
Permalink
Browse files
move missed CMakeLists.txt to ext directory, fix path
  • Loading branch information
alexbruy committed Dec 14, 2012
1 parent eed0bc0 commit d1a976e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
@@ -2,7 +2,7 @@ FILE(GLOB PY_FILES *.py)
FILE(GLOB OTHER_FILES grass.txt)
FILE(GLOB DESCR_FILES description/*.txt)

ADD_SUBDIRECTORY(postproc)
ADD_SUBDIRECTORY(ext)

PLUGIN_INSTALL(sextante grass ${PY_FILES} ${OTHER_FILES})
PLUGIN_INSTALL(sextante grass/description ${DESCR_FILES})

0 comments on commit d1a976e

Please sign in to comment.