blob: 2289bdb7e8f09335055c864fe3f013d786c04d32 [file] [log] [blame]
Gennadiy Civil4e284ee2017-08-10 14:47:24 -04001workspace(name = "com_google_googletest")
Gennadiy Civil2a468302018-01-30 11:42:03 -05002
Gennadiy Civil214521a2018-12-03 14:18:47 -05003load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4
Gennadiy Civil2a468302018-01-30 11:42:03 -05005# Abseil
6http_archive(
mistergc9ccac72019-08-19 15:06:46 -04007 name = "com_google_absl",
8 urls = ["https://github.com/abseil/abseil-cpp/archive/master.zip"],
9 strip_prefix = "abseil-cpp-master",
Gennadiy Civil2a468302018-01-30 11:42:03 -050010)
Yannic Bonenberger6fd262e2019-08-07 17:04:29 +020011
12http_archive(
13 name = "rules_cc",
14 strip_prefix = "rules_cc-master",
15 urls = ["https://github.com/bazelbuild/rules_cc/archive/master.zip"],
16)
17
18http_archive(
19 name = "rules_python",
20 strip_prefix = "rules_python-master",
21 urls = ["https://github.com/bazelbuild/rules_python/archive/master.zip"],
mistergf63e2a12017-08-01 14:36:29 -040022)
Gennadiy Civil30e58a82019-08-19 14:20:02 -040023