Christoph M. Wintersteiger | 6ea2dea1 | 2019-01-21 17:26:19 +0000 | [diff] [blame] | 1 | list (APPEND thirdparty_src) |
| 2 | list (APPEND thirdparty_lib) |
Ronald Cron | f19f312 | 2020-05-25 10:26:37 +0200 | [diff] [blame] | 3 | list (APPEND thirdparty_inc_public) |
Christoph M. Wintersteiger | 6ea2dea1 | 2019-01-21 17:26:19 +0000 | [diff] [blame] | 4 | list (APPEND thirdparty_inc) |
| 5 | list (APPEND thirdparty_def) |
| 6 | |
Gilles Peskine | 66a868b | 2023-09-29 17:36:24 +0200 | [diff] [blame] | 7 | add_subdirectory(everest) |
Christoph M. Wintersteiger | ea24394 | 2019-01-07 14:12:25 +0000 | [diff] [blame] | 8 | |
Christoph M. Wintersteiger | 6ea2dea1 | 2019-01-21 17:26:19 +0000 | [diff] [blame] | 9 | set(thirdparty_src ${thirdparty_src} PARENT_SCOPE) |
| 10 | set(thirdparty_lib ${thirdparty_lib} PARENT_SCOPE) |
Ronald Cron | f19f312 | 2020-05-25 10:26:37 +0200 | [diff] [blame] | 11 | set(thirdparty_inc_public ${thirdparty_inc_public} PARENT_SCOPE) |
Christoph M. Wintersteiger | 6ea2dea1 | 2019-01-21 17:26:19 +0000 | [diff] [blame] | 12 | set(thirdparty_inc ${thirdparty_inc} PARENT_SCOPE) |
| 13 | set(thirdparty_def ${thirdparty_def} PARENT_SCOPE) |