summaryrefslogtreecommitdiff
path: root/src/web_service/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/web_service/CMakeLists.txt')
-rw-r--r--src/web_service/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/web_service/CMakeLists.txt b/src/web_service/CMakeLists.txt
index aff81f26d..753fb6e7a 100644
--- a/src/web_service/CMakeLists.txt
+++ b/src/web_service/CMakeLists.txt
@@ -5,10 +5,12 @@ add_library(web_service STATIC
5 telemetry_json.h 5 telemetry_json.h
6 verify_login.cpp 6 verify_login.cpp
7 verify_login.h 7 verify_login.h
8 verify_user_jwt.cpp
9 verify_user_jwt.h
8 web_backend.cpp 10 web_backend.cpp
9 web_backend.h 11 web_backend.h
10 web_result.h 12 web_result.h
11) 13)
12 14
13create_target_directory_groups(web_service) 15create_target_directory_groups(web_service)
14target_link_libraries(web_service PRIVATE common network nlohmann_json::nlohmann_json httplib) 16target_link_libraries(web_service PRIVATE common network nlohmann_json::nlohmann_json httplib cpp-jwt)