2018-03-08 12:48:46 +00:00
|
|
|
workspace(name = "com_github_google_benchmark")
|
|
|
|
|
2019-04-09 12:02:45 +00:00
|
|
|
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
|
|
|
|
2018-05-02 10:23:18 +00:00
|
|
|
http_archive(
|
2019-10-08 10:09:51 +00:00
|
|
|
name = "rules_cc",
|
|
|
|
strip_prefix = "rules_cc-a508235df92e71d537fcbae0c7c952ea6957a912",
|
|
|
|
urls = ["https://github.com/bazelbuild/rules_cc/archive/a508235df92e71d537fcbae0c7c952ea6957a912.zip"],
|
|
|
|
)
|
|
|
|
|
|
|
|
http_archive(
|
|
|
|
name = "com_google_googletest",
|
|
|
|
strip_prefix = "googletest-3f0cf6b62ad1eb50d8736538363d3580dd640c3e",
|
|
|
|
urls = ["https://github.com/google/googletest/archive/3f0cf6b62ad1eb50d8736538363d3580dd640c3e.zip"],
|
2018-03-08 12:48:46 +00:00
|
|
|
)
|