Update WORKSPACE to make bazel work again

This commit is contained in:
Gennadiy Civil
2019-01-25 11:54:00 -05:00
committed by GitHub
parent 542e057c6c
commit be8475fdf7

View File

@@ -1,5 +1,7 @@
workspace(name = "com_google_googletest") workspace(name = "com_google_googletest")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# Abseil # Abseil
http_archive( http_archive(
name = "com_google_absl", name = "com_google_absl",