From 200350782286b4882bbc6ab3995168e67c4a7ef6 Mon Sep 17 00:00:00 2001 From: saturneric Date: Wed, 10 Jul 2024 16:12:46 +0200 Subject: feat: initialize and move in two modules --- .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..eab6041 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third_party/spdlog"] + path = third_party/spdlog + url = https://github.com/gabime/spdlog.git -- cgit v1.2.3