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 | |
parent | fix: improve README.md (diff) | |
download | GpgFrontend-e88fb9a533df6d612fbbd18ac61d0292c2fb8577.tar.gz GpgFrontend-e88fb9a533df6d612fbbd18ac61d0292c2fb8577.zip |
feat: add submodule spdlog
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | third_party/spdlog | 0 |
2 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 diff --git a/third_party/spdlog b/third_party/spdlog new file mode 160000 +Subproject 927cc29444a294d76e83dfb898e797dc431ce09 |