This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
2018-09-16 18:05:51 +00:00
|
|
|
add_library(web_service STATIC
|
|
|
|
telemetry_json.cpp
|
|
|
|
telemetry_json.h
|
|
|
|
verify_login.cpp
|
|
|
|
verify_login.h
|
|
|
|
web_backend.cpp
|
|
|
|
web_backend.h
|
2020-08-22 23:23:22 +00:00
|
|
|
web_result.h
|
2018-09-16 18:05:51 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
create_target_directory_groups(web_service)
|
2020-05-08 21:09:29 +00:00
|
|
|
target_link_libraries(web_service PRIVATE common nlohmann_json::nlohmann_json httplib lurlparser)
|