From e5218cd8853034685c715c5e4fd1f0d9b194e97a Mon Sep 17 00:00:00 2001 From: Nam Tran Date: Fri, 4 Jun 2021 20:39:27 -0400 Subject: [PATCH] add submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index e69de29..6c66587 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "external/spdlog"] + path = external/spdlog + url = https://github.com/gabime/spdlog.git