diff options
Diffstat (limited to '')
| -rw-r--r-- | externals/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index cc47166fc..ce10bda5e 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -4,6 +4,12 @@ | |||
| 4 | add_library(catch-single-include INTERFACE) | 4 | add_library(catch-single-include INTERFACE) |
| 5 | target_include_directories(catch-single-include INTERFACE catch/single_include) | 5 | target_include_directories(catch-single-include INTERFACE catch/single_include) |
| 6 | 6 | ||
| 7 | # CPR | ||
| 8 | option(BUILD_TESTING OFF) | ||
| 9 | option(BUILD_CPR_TESTS OFF) | ||
| 10 | add_subdirectory(cpr) | ||
| 11 | target_include_directories(cpr INTERFACE ./cpr/include) | ||
| 12 | |||
| 7 | # Crypto++ | 13 | # Crypto++ |
| 8 | add_subdirectory(cryptopp) | 14 | add_subdirectory(cryptopp) |
| 9 | 15 | ||