aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index f17c500a..7137088e 100644
--- a/BUILD
+++ b/BUILD
@@ -749,3 +749,10 @@ internal_protobuf_py_tests(
],
deps = [":python_tests"],
)
+
+proto_lang_toolchain(
+ name = "cc_toolchain",
+ runtime = ":protobuf",
+ command_line = "--cpp_out=$(OUT)",
+ visibility = ["//visibility:public"],
+)