Add async_grpc dependency to cartographer_grpc (#1079)
The map_builder_server target requires async_grpc.master
parent
4278dbb7ea
commit
26e8ce63ba
|
@ -70,7 +70,6 @@ cc_library(
|
||||||
":cc_protos",
|
":cc_protos",
|
||||||
"@boost//:iostreams",
|
"@boost//:iostreams",
|
||||||
"@com_google_glog//:glog",
|
"@com_google_glog//:glog",
|
||||||
"@com_github_googlecartographer_async_grpc//async_grpc:async_grpc",
|
|
||||||
"@org_cairographics_cairo//:cairo",
|
"@org_cairographics_cairo//:cairo",
|
||||||
"@org_ceres_solver_ceres_solver//:ceres",
|
"@org_ceres_solver_ceres_solver//:ceres",
|
||||||
"@org_lua_lua//:lua",
|
"@org_lua_lua//:lua",
|
||||||
|
|
|
@ -67,6 +67,7 @@ cc_library(
|
||||||
deps = [
|
deps = [
|
||||||
":cc_protos",
|
":cc_protos",
|
||||||
"//cartographer",
|
"//cartographer",
|
||||||
|
"@com_github_googlecartographer_async_grpc//async_grpc",
|
||||||
"@com_github_grpc_grpc//:grpc++",
|
"@com_github_grpc_grpc//:grpc++",
|
||||||
"@com_github_jupp0r_prometheus_cpp//:prometheus_cpp",
|
"@com_github_jupp0r_prometheus_cpp//:prometheus_cpp",
|
||||||
"@com_google_glog//:glog",
|
"@com_google_glog//:glog",
|
||||||
|
|
Loading…
Reference in New Issue