-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[processing] fixes cmakelist file: followup c7961b1
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}) |
a4151d7
There was a problem hiding this comment.
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?
a4151d7
There was a problem hiding this comment.
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