2018-09-16 19:05:51 +01:00
|
|
|
add_library(web_service STATIC
|
|
|
|
telemetry_json.cpp
|
|
|
|
telemetry_json.h
|
|
|
|
verify_login.cpp
|
|
|
|
verify_login.h
|
|
|
|
web_backend.cpp
|
|
|
|
web_backend.h
|
|
|
|
)
|
|
|
|
|
|
|
|
create_target_directory_groups(web_service)
|
2020-04-16 15:46:33 +01:00
|
|
|
target_link_libraries(web_service PRIVATE common json-headers httplib lurlparser)
|