Bazel's built-in cc_proto_library rule uses a proto_lang_toolchain to learn how to invoke proto-compiler. To use Bazel's cc_proto_library, add the following to your project's WORKSPACE file: local_repository( name = "com_google_protobuf_cc", path = "/path/to/protobuf-distribution/" )pull/2436/head
parent
6b60dddb88
commit
45d92aea27
1 changed files with 7 additions and 0 deletions
Loading…
Reference in new issue