2017-12-11 05:25:03 +05:30
|
|
|
add_library(web_service STATIC
|
|
|
|
telemetry_json.cpp
|
|
|
|
telemetry_json.h
|
|
|
|
verify_login.cpp
|
|
|
|
verify_login.h
|
|
|
|
web_backend.cpp
|
|
|
|
web_backend.h
|
|
|
|
)
|
2017-06-28 08:31:49 +05:30
|
|
|
|
2017-12-11 05:25:03 +05:30
|
|
|
create_target_directory_groups(web_service)
|
2017-06-28 08:31:49 +05:30
|
|
|
|
|
|
|
target_link_libraries(web_service PUBLIC common cpr json-headers)
|