Add async_grpc dependency to cartographer_grpc (#1079)

The map_builder_server target requires async_grpc.
master
Julius Kammerl 2018-04-17 17:25:18 +02:00 committed by Wally B. Feed
parent 4278dbb7ea
commit 26e8ce63ba
2 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,6 @@ cc_library(
":cc_protos",
"@boost//:iostreams",
"@com_google_glog//:glog",
"@com_github_googlecartographer_async_grpc//async_grpc:async_grpc",
"@org_cairographics_cairo//:cairo",
"@org_ceres_solver_ceres_solver//:ceres",
"@org_lua_lua//:lua",

View File

@ -67,6 +67,7 @@ cc_library(
deps = [
":cc_protos",
"//cartographer",
"@com_github_googlecartographer_async_grpc//async_grpc",
"@com_github_grpc_grpc//:grpc++",
"@com_github_jupp0r_prometheus_cpp//:prometheus_cpp",
"@com_google_glog//:glog",