0
0
mirror of https://github.com/google/googletest.git synced 2025-03-12 11:01:01 +00:00
googletest/WORKSPACE

9 lines
213 B
Python
Raw Normal View History

2017-08-10 14:47:24 -04:00
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",
)