diff options
Diffstat (limited to 'src/web_service')
| -rw-r--r-- | src/web_service/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web_service/CMakeLists.txt b/src/web_service/CMakeLists.txt index 19534b9e4..02582aa04 100644 --- a/src/web_service/CMakeLists.txt +++ b/src/web_service/CMakeLists.txt | |||
| @@ -17,7 +17,7 @@ add_library(web_service STATIC | |||
| 17 | ) | 17 | ) |
| 18 | 18 | ||
| 19 | create_target_directory_groups(web_service) | 19 | create_target_directory_groups(web_service) |
| 20 | target_link_libraries(web_service PRIVATE common network nlohmann_json::nlohmann_json httplib cpp-jwt) | 20 | target_link_libraries(web_service PRIVATE common network nlohmann_json::nlohmann_json httplib::httplib cpp-jwt::cpp-jwt) |
| 21 | 21 | ||
| 22 | if (YUZU_USE_PRECOMPILED_HEADERS) | 22 | if (YUZU_USE_PRECOMPILED_HEADERS) |
| 23 | target_precompile_headers(web_service PRIVATE precompiled_headers.h) | 23 | target_precompile_headers(web_service PRIVATE precompiled_headers.h) |