WORKSPACE 283 Bytes
Newer Older
Gennadiy Civil's avatar
Gennadiy Civil committed
1
workspace(name = "com_google_googletest")
2

Gennadiy Civil's avatar
Gennadiy Civil committed
3
4
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

5
6
7
8
9
10
# Abseil
http_archive(
     name = "com_google_absl",
     urls = ["https://github.com/abseil/abseil-cpp/archive/master.zip"],
     strip_prefix = "abseil-cpp-master",
)