diff options
Diffstat (limited to 'third_party/glog/WORKSPACE')
-rw-r--r-- | third_party/glog/WORKSPACE | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/glog/WORKSPACE b/third_party/glog/WORKSPACE new file mode 100644 index 000000000000..b5760d04caaa --- /dev/null +++ b/third_party/glog/WORKSPACE @@ -0,0 +1,10 @@ +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", + ], +) |