From 4dc64310bb4f4521fc025f1cb53bab309128c086 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Thu, 20 Oct 2016 23:07:37 +0200 Subject: Adding cc_grpc_library. --- WORKSPACE | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'WORKSPACE') diff --git a/WORKSPACE b/WORKSPACE index 6a1b70e152..1499a0a52f 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -3,6 +3,16 @@ bind( actual = "//third_party/nanopb", ) +bind( + name = "grpc_cpp_plugin", + actual = "//:grpc_cpp_plugin", +) + +bind( + name = "grpc++", + actual = "//:grpc++", +) + bind( name = "libssl", actual = "@submodule_boringssl//:ssl", @@ -13,6 +23,11 @@ bind( actual = "@submodule_zlib//:z", ) +bind( + name = "protobuf", + actual = "@submodule_protobuf//:protobuf", +) + bind( name = "protobuf_clib", actual = "@submodule_protobuf//:protoc_lib", @@ -20,7 +35,7 @@ bind( bind( name = "protobuf_compiler", - actual = "@submodule_protobuf//:protoc_lib", + actual = "@submodule_protobuf//:protoc", ) new_local_repository( -- cgit v1.2.3