From ecfca7339a1f42e0043705931c364d770718edc2 Mon Sep 17 00:00:00 2001 From: hkr04 Date: Fri, 14 Mar 2025 12:42:23 +0800 Subject: [PATCH] add .gitmodules --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..42dd527 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "test/googletest"] + path = test/googletest + url = https://github.com/google/googletest.git \ No newline at end of file