Commit 4280c274 authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #2436 from cgrushko/patch-1

Add a proto_lang_toolchain() for cc_proto_library
parents 6b60dddb 45d92aea
......@@ -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"],
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment