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
|
|
|
|
)
|
|
|
|
|
|
|
|
create_target_directory_groups(web_service)
|
2020-04-16 14:46:33 +00:00
|
|
|
target_link_libraries(web_service PRIVATE common json-headers httplib lurlparser)
|