commit | 2a4683021ab3e969a63c5e9226c1db4522f7129d | [log] [tgz] |
---|---|---|
author | Gennadiy Civil <misterg@google.com> | Tue Jan 30 11:42:03 2018 -0500 |
committer | Gennadiy Civil <misterg@google.com> | Tue Jan 30 11:42:03 2018 -0500 |
tree | c9f6b555ded1537bcfcadd31a21ab76dea1fb1b0 | |
parent | 6c0c389601fc823f2e4c1ae27b39cb13d5d0a7d4 [diff] [blame] |
Ability to optionally depend on Abseil plus upstream of 183716547
diff --git a/WORKSPACE b/WORKSPACE index 106b824..1d5d388 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", +)