diff options
| author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-08-08 12:19:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-08 12:19:04 -0700 |
| commit | 11f5a2740aa8a55d620fba6957e53ad08721cf54 (patch) | |
| tree | 04f982e6158e57f68529ca47e37ec377574647dd /WORKSPACE | |
| parent | 008e54c1dd407b6edd680fccf78cd194365e0507 (diff) | |
| parent | 66bd580b5bc054522f7fab13463a47aa156a2d4b (diff) | |
| download | googletest-11f5a2740aa8a55d620fba6957e53ad08721cf54.tar.gz googletest-11f5a2740aa8a55d620fba6957e53ad08721cf54.tar.bz2 googletest-11f5a2740aa8a55d620fba6957e53ad08721cf54.zip | |
Merge branch 'master' into cross-testing-patch-1
Diffstat (limited to 'WORKSPACE')
| -rw-r--r-- | WORKSPACE | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE new file mode 100644 index 00000000..1d5d3886 --- /dev/null +++ b/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", +) |
