added spdlog library

This commit is contained in:
georgemoralis 2023-04-28 14:36:05 +03:00
parent f998469730
commit 72bdf22035
5 changed files with 15 additions and 3 deletions

3
.gitmodules vendored
View file

@ -7,3 +7,6 @@
[submodule "third-party/fmt"]
path = third-party/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "third-party/spdlog"]
path = third-party/spdlog
url = https://github.com/gabime/spdlog