diff options
author | saturneric <[email protected]> | 2023-02-03 16:04:04 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-02-03 16:04:04 +0000 |
commit | e88fb9a533df6d612fbbd18ac61d0292c2fb8577 (patch) | |
tree | 7e3fa5f7827e6eeaebedae7c4c9cf49f77d5ff29 /.gitmodules | |
parent | fix: improve README.md (diff) | |
download | GpgFrontend-e88fb9a533df6d612fbbd18ac61d0292c2fb8577.tar.gz GpgFrontend-e88fb9a533df6d612fbbd18ac61d0292c2fb8577.zip |
feat: add submodule spdlog
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
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 |