mirror of https://github.com/google/benchmark.git
Load http_archive for bazel build
This commit is contained in:
parent
7a1c370283
commit
c5b2fe9357
|
@ -1,5 +1,7 @@
|
|||
workspace(name = "com_github_google_benchmark")
|
||||
|
||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||
|
||||
http_archive(
|
||||
name = "com_google_googletest",
|
||||
urls = ["https://github.com/google/googletest/archive/3f0cf6b62ad1eb50d8736538363d3580dd640c3e.zip"],
|
||||
|
|
Loading…
Reference in New Issue