Christoph M. Wintersteiger | 6ea2dea1 | 2019-01-21 17:26:19 +0000 | [diff] [blame] | 1 | list (APPEND thirdparty_src) |
| 2 | list (APPEND thirdparty_lib) |
| 3 | list (APPEND thirdparty_inc) |
| 4 | list (APPEND thirdparty_def) |
| 5 | |
Christoph M. Wintersteiger | ea24394 | 2019-01-07 14:12:25 +0000 | [diff] [blame] | 6 | add_subdirectory(everest) |
| 7 | |
Christoph M. Wintersteiger | 6ea2dea1 | 2019-01-21 17:26:19 +0000 | [diff] [blame] | 8 | set(thirdparty_src ${thirdparty_src} PARENT_SCOPE) |
| 9 | set(thirdparty_lib ${thirdparty_lib} PARENT_SCOPE) |
| 10 | set(thirdparty_inc ${thirdparty_inc} PARENT_SCOPE) |
| 11 | set(thirdparty_def ${thirdparty_def} PARENT_SCOPE) |