github.com/stackb/rules_proto@v0.0.0-20240221195024-5428336c51f1/rules/cc/grpc_cc_library.bzl (about)

     1  "grpc_cc_library.bzl provides a cc_library for gRPC source files."
     2  
     3  load("@rules_cc//cc:defs.bzl", "cc_library")
     4  
     5  def grpc_cc_library(**kwargs):
     6      cc_library(**kwargs)