github.com/stackb/rules_proto@v0.0.0-20240221195024-5428336c51f1/rules/cc/proto_cc_library.bzl (about) 1 "proto_cc_library.bzl provides a cc_library for proto files." 2 3 load("@rules_cc//cc:defs.bzl", "cc_library") 4 5 def proto_cc_library(**kwargs): 6 cc_library(**kwargs)