Setup git submodules correctly
This commit is contained in:
parent
1cb1ef713a
commit
4a2b7264a1
1 changed files with 8 additions and 0 deletions
8
.gitmodules
vendored
8
.gitmodules
vendored
|
@ -1,3 +1,11 @@
|
|||
[submodule "thirdparty/chewie"]
|
||||
path = thirdparty/chewie
|
||||
url = https://github.com/ente-io/chewie.git
|
||||
|
||||
[submodule "thirdparty/extended_image"]
|
||||
path = thirdparty/extended_image
|
||||
url = https://github.com/ente-io/extended_image.git
|
||||
|
||||
[submodule "thirdparty/plugins"]
|
||||
path = thirdparty/plugins
|
||||
url = https://github.com/ente-io/plugins.git
|
||||
|
|
Loading…
Add table
Reference in a new issue