glog/WORKSPACE
2017-12-14 00:58:33 -08:00

11 lines
211 B
Python

git_repository(
name = "com_github_gflags_gflags",
remote = "https://github.com/gflags/gflags.git",
tag = 'v2.2.1',
)
bind(
name = "gflags",
actual = "@com_github_gflags_gflags//:gflags",
)