diff options
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 |