diff options
author | Saturneric <[email protected]> | 2022-02-03 16:50:35 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-02-03 16:58:49 +0000 |
commit | a7b93c712ac9225f13cd2a1e043831e3b80d9262 (patch) | |
tree | 567096a1e4fdebd85206e0e9322ed50e43ac992c /.gitmodules | |
parent | <doc, refactor>(src): Clean up the code and add comments (diff) | |
download | GpgFrontend-a7b93c712ac9225f13cd2a1e043831e3b80d9262.tar.gz GpgFrontend-a7b93c712ac9225f13cd2a1e043831e3b80d9262.zip |
<chore>(project): add and separate third party code
1. Add libarchive dependency
2. Separate encoding detection code from src
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4b7f9e8b..2949c406 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "third_party/smtp-mime"] path = third_party/smtp-mime url = https://github.com/saturneric/SmtpClient-for-Qt.git +[submodule "third_party/libarchive"] + path = third_party/libarchive + url = https://github.com/saturneric/libarchive.git |