aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-02-03 16:04:04 +0000
committersaturneric <[email protected]>2023-02-03 16:04:04 +0000
commite88fb9a533df6d612fbbd18ac61d0292c2fb8577 (patch)
tree7e3fa5f7827e6eeaebedae7c4c9cf49f77d5ff29 /.gitmodules
parentfix: improve README.md (diff)
downloadGpgFrontend-e88fb9a533df6d612fbbd18ac61d0292c2fb8577.tar.gz
GpgFrontend-e88fb9a533df6d612fbbd18ac61d0292c2fb8577.zip
feat: add submodule spdlog
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 83a0ed02..9243d165 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -19,3 +19,6 @@
[submodule "third_party/libconfig"]
path = third_party/libconfig
url = https://git.bktus.com/GpgFrontend/libconfig.git
+[submodule "third_party/spdlog"]
+ path = third_party/spdlog
+ url = https://git.bktus.com/GpgFrontend/spdlog.git