aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorDominic Hamon <dominichamon@users.noreply.github.com>2019-04-09 13:02:45 +0100
committerGitHub <noreply@github.com>2019-04-09 13:02:45 +0100
commitc5b2fe9357b3862b7f99b94d7999002dcf269faf (patch)
tree89902681a6029680562cc4f47ea4f74a9b84c0bd /WORKSPACE
parent7a1c37028359ca9d386d719a6ad527743cf1b753 (diff)
downloadgoogle-benchmark-c5b2fe9357b3862b7f99b94d7999002dcf269faf.tar.gz
Load http_archive for bazel build
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE2
1 files changed, 2 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 54734f1..9a75f96 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -1,5 +1,7 @@
workspace(name = "com_github_google_benchmark")
+load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
+
http_archive(
name = "com_google_googletest",
urls = ["https://github.com/google/googletest/archive/3f0cf6b62ad1eb50d8736538363d3580dd640c3e.zip"],