Skip to content

Commit

Permalink
move missed CMakeLists.txt to ext directory, fix path
Browse files Browse the repository at this point in the history
  • 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 changes: 1 addition & 1 deletion python/plugins/sextante/grass/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.