mirror of
https://github.com/google/benchmark.git
synced 2025-01-27 20:30:15 +08:00
10 lines
292 B
Python
10 lines
292 B
Python
|
workspace(name = "com_github_google_benchmark")
|
||
|
|
||
|
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
|
||
|
|
||
|
git_repository(
|
||
|
name = "com_google_googletest",
|
||
|
commit = "3f0cf6b62ad1eb50d8736538363d3580dd640c3e", # HEAD
|
||
|
remote = "https://github.com/google/googletest",
|
||
|
)
|