summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/libcxx/utils/google-benchmark/WORKSPACE
blob: 54734f1ea55e78c29195d36ef6b44a97b2e390b9 (plain) (blame)
1
2
3
4
5
6
7
workspace(name = "com_github_google_benchmark")

http_archive(
     name = "com_google_googletest",
     urls = ["https://github.com/google/googletest/archive/3f0cf6b62ad1eb50d8736538363d3580dd640c3e.zip"],
     strip_prefix = "googletest-3f0cf6b62ad1eb50d8736538363d3580dd640c3e",
)