From ae19d387f68384db551a7e34ccdef4d4d90d7830 Mon Sep 17 00:00:00 2001 From: Pcornat Date: Tue, 29 Oct 2024 22:40:41 +0100 Subject: [PATCH] Adding spdlog --- .gitmodules | 3 +++ external/spdlog | 1 + 2 files changed, 4 insertions(+) create mode 160000 external/spdlog diff --git a/.gitmodules b/.gitmodules index 834c95d..654268b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "external/assimp"] path = external/assimp url = https://github.com/assimp/assimp.git +[submodule "external/spdlog"] + path = external/spdlog + url = https://github.com/gabime/spdlog.git diff --git a/external/spdlog b/external/spdlog new file mode 160000 index 0000000..27cb4c7 --- /dev/null +++ b/external/spdlog @@ -0,0 +1 @@ +Subproject commit 27cb4c76708608465c413f6d0e6b8d99a4d84302