Added google/benchmark submodule.

This commit is contained in:
Chris Mumford
2020-11-30 09:57:27 -08:00
parent 2802398c94
commit 37d36c92f8
3 changed files with 7 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/benchmark"]
path = third_party/benchmark
url = https://github.com/google/benchmark