Initial SAGA checkin. Disabled by default, enable with --enable-saga
but don't expect it to work. svn-id: r13280
This commit is contained in:
parent
f1cac1545b
commit
2fe422ad0c
4 changed files with 26 additions and 0 deletions
|
@ -165,6 +165,10 @@ DECLARE_PLUGIN(SWORD2)
|
|||
DECLARE_PLUGIN(QUEEN)
|
||||
#endif
|
||||
|
||||
#ifndef DISABLE_SAGA
|
||||
DECLARE_PLUGIN(SAGA)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue