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