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 6c0c389601
commit 2a4683021a
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",
)