1 Star 0 Fork 0

chummy2015/cpp_redis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
WORKSPACE 699 Bytes
一键复制 编辑 原始数据 按行查看 历史
steple 提交于 2018-09-17 12:38 +08:00 . bazel workspace: change to cylix's tacopie (#201)
new_http_archive(
name = "gtest",
build_file = "BUILD.gtest",
sha256 = "f3ed3b58511efd272eb074a3a6d6fb79d7c2e6a0e374323d1e6bcbcc1ef141bf",
strip_prefix = "googletest-release-1.8.0",
url = "https://github.com/google/googletest/archive/release-1.8.0.zip",
)
http_archive(
name = "tacopie",
sha256 = "bbdebecdb68d5f9eb64170217000daf844e0aee18b8c4d3dd373d07efd9f7316",
strip_prefix = "tacopie-master",
url = "https://github.com/cylix/tacopie/archive/master.zip",
)
# Note: You can use the submodule version of tacopie.
# Comment out tacopie rule above and use this rule instead.
#local_repository(
# name = "tacopie",
# path = "/absolute/path/to/tacopie",
#)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/chummy2015/cpp_redis.git
git@gitee.com:chummy2015/cpp_redis.git
chummy2015
cpp_redis
cpp_redis
master

搜索帮助