2017-12-10 23:55:03 +00:00
|
|
|
add_library(web_service STATIC
|
2017-10-31 09:02:42 +00:00
|
|
|
announce_room_json.cpp
|
|
|
|
announce_room_json.h
|
2017-12-10 23:55:03 +00:00
|
|
|
telemetry_json.cpp
|
|
|
|
telemetry_json.h
|
|
|
|
verify_login.cpp
|
|
|
|
verify_login.h
|
|
|
|
web_backend.cpp
|
|
|
|
web_backend.h
|
|
|
|
)
|
2017-06-28 04:01:49 +01:00
|
|
|
|
2017-12-10 23:55:03 +00:00
|
|
|
create_target_directory_groups(web_service)
|
2017-06-28 04:01:49 +01:00
|
|
|
|
|
|
|
target_link_libraries(web_service PUBLIC common cpr json-headers)
|