mirror of https://github.com/grpc/grpc.git
protobuf plugins. This requires WORKSPACE to define these external dependencies for openssl and protobuf, for examples: bind( name = "libssl", actual = "//third_party/boringssl:boringssl", ) # Library needed to build protobuf codegen plugin. bind( name = "protobuf_compiler", actual = "//third_party/protobuf:protoc_lib", ) # Library that C++ code generated by protobuf C compiler should depend # on. bind( name = "protobuf_clib", actual = "//third_party/protobuf:proto_lib", )pull/1248/head
parent
0a43b343f6
commit
3c0ba0c2d6
2 changed files with 819 additions and 531 deletions
Loading…
Reference in new issue