submodules: add new upx-vendor submodules in directory "vendor"

This commit is contained in:
Markus F.X.J. Oberhumer
2022-08-17 13:25:03 +02:00
parent a20636fd63
commit 61e1366122
5 changed files with 24 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
[submodule "vendor/doctest"]
path = vendor/doctest
url = https://github.com/upx/upx-vendor-doctest.git
branch = upx-vendor
shallow = true
[submodule "vendor/lzma-sdk"]
path = vendor/lzma-sdk
url = https://github.com/upx/upx-vendor-lzma-sdk.git
branch = upx-vendor
shallow = true
[submodule "vendor/ucl"]
path = vendor/ucl
url = https://github.com/upx/upx-vendor-ucl.git
branch = upx-vendor
shallow = true
[submodule "vendor/zlib"]
path = vendor/zlib
url = https://github.com/upx/upx-vendor-zlib.git
branch = upx-vendor
shallow = true