From 698edb917fa900f9c9b957979ea454a7977cab85 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 19 Jul 2024 17:02:34 +0900 Subject: [PATCH] Added .gitmodules --- .gitmodules | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..3ca73f836 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,7 @@ + +[submodule "external/rapidjson/thirdparty/gtest"] + path = external/rapidjson/thirdparty/gtest + url = https://github.com/google/googletest.git +[submodule "external/utfcpp/extern/ftest"] + path = external/utfcpp/extern/ftest + url = https://github.com/nemtrif/ftest \ No newline at end of file