From 891bf38d8580b83cdf6ae315cb2650dae7d79006 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 10 May 2022 19:18:32 +0800 Subject: ... --- .gitmodules | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..056b9ef1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "lib/double-conversion"] + path = lib/double-conversion + url = https://github.com/google/double-conversion.git +[submodule "lib/GSL"] + path = lib/GSL + url = https://github.com/microsoft/GSL.git +[submodule "lib/Catch2"] + path = lib/Catch2 + url = https://github.com/catchorg/Catch2.git -- cgit v1.2.3