• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1workspace(name = "com_google_googletest")
2
3load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4
5# Abseil
6http_archive(
7     name = "com_google_absl",
8     urls = ["https://github.com/abseil/abseil-cpp/archive/master.zip"],
9     strip_prefix = "abseil-cpp-master",
10)
11