Build with Bazel.
[platform/upstream/glog.git] / WORKSPACE
1 git_repository(
2     name = "com_github_gflags_gflags",
3     remote = "https://github.com/gflags/gflags.git",
4     tag = 'v2.2.1',
5 )
6
7 bind(
8     name = "gflags",
9     actual = "@com_github_gflags_gflags//:gflags",
10 )