diff options
Diffstat (limited to 'src/web_service/CMakeLists.txt')
| -rw-r--r-- | src/web_service/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/web_service/CMakeLists.txt b/src/web_service/CMakeLists.txt index ae85a72ea..aff81f26d 100644 --- a/src/web_service/CMakeLists.txt +++ b/src/web_service/CMakeLists.txt | |||
| @@ -1,4 +1,6 @@ | |||
| 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 |
| @@ -9,4 +11,4 @@ add_library(web_service STATIC | |||
| 9 | ) | 11 | ) |
| 10 | 12 | ||
| 11 | create_target_directory_groups(web_service) | 13 | create_target_directory_groups(web_service) |
| 12 | target_link_libraries(web_service PRIVATE common nlohmann_json::nlohmann_json httplib) | 14 | target_link_libraries(web_service PRIVATE common network nlohmann_json::nlohmann_json httplib) |