mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
feat: add 3rdparty as git submodule
- Replace local 3rdparty directory with git submodule - Dependencies are now managed in separate repository - Scoped dependencies maintained in 3rdparty/composer/ - Autoload configuration already updated to use submodule path Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
parent
63928292c9
commit
03ffaf40f3
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "3rdparty"]
|
||||
path = 3rdparty
|
||||
url = https://github.com/LibreSign/3rdparty.git
|
||||
1
3rdparty
Submodule
1
3rdparty
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 33db3314e5f717fed7f3bfeb3b47dc562d65f24a
|
||||
Loading…
Add table
Reference in a new issue