From c0b9d06b6688088fd167b0c1f897934185074c01 Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Sun, 7 Nov 2021 20:06:38 +0800 Subject: feat: Add googletest Signed-off-by: KunoiSayami --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3380c92 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "thirdparty/googletest"] + path = thirdparty/googletest + url = https://github.com/google/googletest.git -- cgit v1.3.1