diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-03 03:21:25 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-03 03:21:25 +0300 |
commit | 8db8c296a9326542876f044fd18756e2fd532acc (patch) | |
tree | b9d9353dff54ae6fb751d03a642c2c3ae048f2c1 | |
parent | lexer: split out testing-exposed functions (diff) | |
download | math-server-8db8c296a9326542876f044fd18756e2fd532acc.tar.gz math-server-8db8c296a9326542876f044fd18756e2fd532acc.zip |
add Google's benchmark library as a submodule
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | 3rdparty/google/benchmark | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d65ecb9..862c781 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "cmake"] path = cmake url = https://github.com/egor-tensin/cmake-common.git +[submodule "3rdparty/google/benchmark"] + path = 3rdparty/google/benchmark + url = https://github.com/google/benchmark.git diff --git a/3rdparty/google/benchmark b/3rdparty/google/benchmark new file mode 160000 +Subproject 090faecb454fbd6e6e17a75ef8146acb037118d |