summaryrefslogtreecommitdiffstats
path: root/src/s3select/rapidjson/thirdparty/gtest/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'src/s3select/rapidjson/thirdparty/gtest/WORKSPACE')
-rw-r--r--src/s3select/rapidjson/thirdparty/gtest/WORKSPACE8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/s3select/rapidjson/thirdparty/gtest/WORKSPACE b/src/s3select/rapidjson/thirdparty/gtest/WORKSPACE
new file mode 100644
index 000000000..1d5d38862
--- /dev/null
+++ b/src/s3select/rapidjson/thirdparty/gtest/WORKSPACE
@@ -0,0 +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",
+)