aboutsummaryrefslogtreecommitdiff
path: root/third_party/googletest/WORKSPACE
blob: 1d5d3886238c3ec537750c7bcc5e64ce845085a0 (plain)
1
2
3
4
5
6
7
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",
)