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