Skip to content

Commit

Permalink
[processing] fixes cmakelist file: followup c7961b1
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Sep 29, 2015
1 parent 1437433 commit a4151d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/processing/algs/saga/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
FILE(GLOB PY_FILES *.py)
FILE(GLOB DESCR212_FILES description/2.1.2/*.txt)
FILE(GLOB DESCR213_FILES description/2.1.3/*.txt)
FILE(GLOB DESCR220_FILES description/2.2.0/*.txt)
FILE(GLOB HELP_FILES help/*.rst)

ADD_SUBDIRECTORY(ext)

PLUGIN_INSTALL(processing algs/saga ${PY_FILES})
PLUGIN_INSTALL(processing algs/saga/description/2.1.2 ${DESCR212_FILES})
PLUGIN_INSTALL(processing algs/saga/description/2.1.3 ${DESCR213_FILES})
PLUGIN_INSTALL(processing algs/saga/description/2.2.0 ${DESCR220_FILES})
PLUGIN_INSTALL(processing algs/saga/help ${HELP_FILES})

2 comments on commit a4151d7

@jef-n
Copy link
Member

@jef-n jef-n commented on a4151d7 Sep 29, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about 2.1.4?

@slarosa
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, that would had to be there too

Please sign in to comment.