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",
],
)
1
https://gitee.com/spy109/glog.git
git@gitee.com:spy109/glog.git
spy109
glog
glog
master

搜索帮助