diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2019-01-25 16:54:00 (GMT) |
---|---|---|
committer | Hugo Lindström <hugo.lindstrom@trimble.se> | 2019-01-25 20:06:10 (GMT) |
commit | 987e7f346ad39d7dd70aac0f4ed41a3bba85d829 (patch) | |
tree | 65308aaa2dbcecc5eee6c8093f8439dbca6b2e96 | |
parent | aea0d17e85d4c8884a626348c589de9b91fca865 (diff) | |
download | googletest-987e7f346ad39d7dd70aac0f4ed41a3bba85d829.zip googletest-987e7f346ad39d7dd70aac0f4ed41a3bba85d829.tar.gz googletest-987e7f346ad39d7dd70aac0f4ed41a3bba85d829.tar.bz2 |
Update WORKSPACE to make bazel work again
-rw-r--r-- | WORKSPACE | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ workspace(name = "com_google_googletest") +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") + # Abseil http_archive( name = "com_google_absl", |