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 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3