summaryrefslogtreecommitdiffstats
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-01-30 11:42:03 -0500
committerGennadiy Civil <misterg@google.com>2018-01-30 11:42:03 -0500
commit2a4683021ab3e969a63c5e9226c1db4522f7129d (patch)
treec9f6b555ded1537bcfcadd31a21ab76dea1fb1b0 /WORKSPACE
parent6c0c389601fc823f2e4c1ae27b39cb13d5d0a7d4 (diff)
downloadgoogletest-2a4683021ab3e969a63c5e9226c1db4522f7129d.tar.gz
googletest-2a4683021ab3e969a63c5e9226c1db4522f7129d.zip
Ability to optionally depend on Abseil plus upstream of 183716547
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE7
1 files changed, 7 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 106b824e..1d5d3886 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -1 +1,8 @@
workspace(name = "com_google_googletest")
+
+# Abseil
+http_archive(
+ name = "com_google_absl",
+ urls = ["https://github.com/abseil/abseil-cpp/archive/master.zip"],
+ strip_prefix = "abseil-cpp-master",
+)
OpenPOWER on IntegriCloud