Ability to optionally depend on Abseil plus upstream of 183716547

This commit is contained in:
Gennadiy Civil
2018-01-30 11:42:03 -05:00
parent 8a3cd4124e
commit 735ae77a8f
4 changed files with 67 additions and 0 deletions

View File

@@ -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",
)