From 8db8c296a9326542876f044fd18756e2fd532acc Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 3 Jan 2020 03:21:25 +0300 Subject: add Google's benchmark library as a submodule --- .gitmodules | 3 +++ 3rdparty/google/benchmark | 1 + 2 files changed, 4 insertions(+) create mode 160000 3rdparty/google/benchmark 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 index 0000000..090faec --- /dev/null +++ b/3rdparty/google/benchmark @@ -0,0 +1 @@ +Subproject commit 090faecb454fbd6e6e17a75ef8146acb037118d4 -- cgit v1.2.3