commit | 6defdeb6d04c6b0fbe6b9ac7ef16edb8f253de92 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin@peloton-tech.com> | Mon Jan 21 21:00:30 2019 -0800 |
committer | Austin Schuh <austin@peloton-tech.com> | Mon Jan 21 21:04:41 2019 -0800 |
tree | c2192d004a983dcbb83d49a299b1061a6630b0eb | |
parent | 10358f2c271d518c09575c99d09741bd7f5f2118 [diff] [blame] | |
parent | cbc174013eedab79f57278cc295805db2dc06601 [diff] [blame] |
Merge commit '55c543272667022808c0ca3ac8c6006a1337de9f' as 'third_party/google-benchmark' Change-Id: Ie16a1447cdda711c30436e014cd41804b9fd7c5b
diff --git a/WORKSPACE b/WORKSPACE index 58bac82..a9880e0 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -318,3 +318,9 @@ name = "com_github_google_glog", path = "third_party/google-glog", ) + +# External dependency: Google Benchmark; has no Bazel build. +local_repository( + name = "com_github_google_benchmark", + path = "third_party/google-benchmark", +)