diff options
Diffstat (limited to '')
| -rw-r--r-- | externals/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index b4570bb69..5b74a1773 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -116,6 +116,11 @@ if (ENABLE_WEB_SERVICE) | |||
| 116 | if (WIN32) | 116 | if (WIN32) |
| 117 | target_link_libraries(httplib INTERFACE crypt32 cryptui ws2_32) | 117 | target_link_libraries(httplib INTERFACE crypt32 cryptui ws2_32) |
| 118 | endif() | 118 | endif() |
| 119 | |||
| 120 | # cpp-jwt | ||
| 121 | add_library(cpp-jwt INTERFACE) | ||
| 122 | target_include_directories(cpp-jwt INTERFACE ./cpp-jwt/include) | ||
| 123 | target_compile_definitions(cpp-jwt INTERFACE CPP_JWT_USE_VENDORED_NLOHMANN_JSON) | ||
| 119 | endif() | 124 | endif() |
| 120 | 125 | ||
| 121 | # Opus | 126 | # Opus |