1 Star 0 Fork 0

李梦凡/glog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
WORKSPACE 331 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rodrigo Queiro 提交于 2018-11-12 10:55 . Use gflags 2.2.2 in Bazel build
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "com_github_gflags_gflags",
strip_prefix = "gflags-2.2.2",
urls = [
"https://mirror.bazel.build/github.com/gflags/gflags/archive/v2.2.2.tar.gz",
"https://github.com/gflags/gflags/archive/v2.2.2.tar.gz",
],
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vanlemon/glog.git
git@gitee.com:vanlemon/glog.git
vanlemon
glog
glog
master

搜索帮助