aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-01-25 10:51:02 +0000
committersaturneric <[email protected]>2024-01-25 11:30:12 +0000
commit41f1dd4d69c589d7b49fcb36b45ab149d5ebceda (patch)
tree24464bd33d0d7cf964d2091579cc1004f1f97651 /.gitmodules
parentfix: try to solve bugs at universal file operations (diff)
downloadGpgFrontend-41f1dd4d69c589d7b49fcb36b45ab149d5ebceda.tar.gz
GpgFrontend-41f1dd4d69c589d7b49fcb36b45ab149d5ebceda.zip
fix: buddle libarchive as submodule
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
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