From 7eab0681b1b74132743a593062eaaaa2eae77c31 Mon Sep 17 00:00:00 2001 From: zekexiao Date: Sat, 18 Oct 2025 19:52:53 +0800 Subject: [PATCH] add catch2 deps --- .gitmodules | 3 +++ deps/Catch2 | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 deps/Catch2 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..00cc27e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "deps/Catch2"] + path = deps/Catch2 + url = https://github.com/catchorg/Catch2.git diff --git a/deps/Catch2 b/deps/Catch2 new file mode 160000 index 0000000..31ee3be --- /dev/null +++ b/deps/Catch2 @@ -0,0 +1 @@ +Subproject commit 31ee3beb0a474463e0101674c22f2fef0311d601