blob: 20ee259a6f785a6b4b640ca38648aa30c20953c4 [file] [log] [blame]
load("//:compile.bzl", "proto_compile")
def cpp_grpc_compile(**kwargs):
proto_compile(
plugins = [
str(Label("//cpp:cpp")),
str(Label("//cpp:grpc_cpp")),
],
**kwargs
)