|
@@ -5,6 +5,8 @@ http_archive(
|
|
strip_prefix = "protobuf-master",
|
|
strip_prefix = "protobuf-master",
|
|
urls = ["https://github.com/google/protobuf/archive/master.zip"],
|
|
urls = ["https://github.com/google/protobuf/archive/master.zip"],
|
|
)
|
|
)
|
|
|
|
+load("@com_google_protobuf//:protobuf.bzl", "check_protobuf_required_bazel_version")
|
|
|
|
+check_protobuf_required_bazel_version()
|
|
|
|
|
|
# This com_google_protobuf_cc repository is required for cc_proto_library
|
|
# This com_google_protobuf_cc repository is required for cc_proto_library
|
|
# rule. It provides protobuf C++ runtime. Note that it actually is the same
|
|
# rule. It provides protobuf C++ runtime. Note that it actually is the same
|