diff options
author | saturneric <[email protected]> | 2024-01-25 10:51:02 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-25 11:30:12 +0000 |
commit | 41f1dd4d69c589d7b49fcb36b45ab149d5ebceda (patch) | |
tree | 24464bd33d0d7cf964d2091579cc1004f1f97651 /.gitmodules | |
parent | fix: try to solve bugs at universal file operations (diff) | |
download | GpgFrontend-41f1dd4d69c589d7b49fcb36b45ab149d5ebceda.tar.gz GpgFrontend-41f1dd4d69c589d7b49fcb36b45ab149d5ebceda.zip |
fix: buddle libarchive as submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e05878f7..0ca4ffd2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "third_party/googletest"] path = third_party/googletest url = https://github.com/google/googletest.git +[submodule "third_party/libarchive"] + path = third_party/libarchive + url = https://github.com/libarchive/libarchive.git |