All Downloads are FREE. Search and download functionalities are using the official Maven repository.

proto.cpp.cpp_grpc_compile.bzl Maven / Gradle / Ivy

There is a newer version: 2.0.7.Final
Show newest version
load("//:compile.bzl", "proto_compile")

def cpp_grpc_compile(**kwargs):
    proto_compile(
        plugins = [
            str(Label("//cpp:cpp")),
            str(Label("//cpp:grpc_cpp")),
        ],
        **kwargs
    )




© 2015 - 2024 Weber Informatics LLC | Privacy Policy