1 Star 0 Fork 0

ClarePhang / googletest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
WORKSPACE 600 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
misterg 提交于 2019-08-19 15:06 . Googletest export
workspace(name = "com_google_googletest")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# Abseil
http_archive(
name = "com_google_absl",
urls = ["https://github.com/abseil/abseil-cpp/archive/master.zip"],
strip_prefix = "abseil-cpp-master",
)
http_archive(
name = "rules_cc",
strip_prefix = "rules_cc-master",
urls = ["https://github.com/bazelbuild/rules_cc/archive/master.zip"],
)
http_archive(
name = "rules_python",
strip_prefix = "rules_python-master",
urls = ["https://github.com/bazelbuild/rules_python/archive/master.zip"],
)
1
https://gitee.com/ClarePhang/googletest.git
git@gitee.com:ClarePhang/googletest.git
ClarePhang
googletest
googletest
master

搜索帮助

14c37bed 8189591 565d56ea 8189591