Hello,

I'm trying to generate C++ grpc classes from a .proto file using bazel.
I could find two version of cc_grpc_library: 
https://github.com/bazelbuild/bazel/blob/master/tools/build_rules/genproto.bzl#L20,
 
and https://github.com/grpc/grpc/blob/master/bazel/cc_grpc_library.bzl#L5.

Which one should I use? 
https://github.com/grpc/grpc/blob/master/bazel/cc_grpc_library.bzl doesn't 
seem to work when a proto has dependencies to other normal protobuf files.

Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/a4f52f12-9aa4-4320-9357-836f52779fe9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to