mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 05:04:01 +08:00
1008c040cc
+ add third party deps as a submodule
21 lines
690 B
Plaintext
21 lines
690 B
Plaintext
[submodule "third-party/build/linux"]
|
|
path = third-party/build/linux
|
|
url = git@github.com:otavepto/gbe_fork-deps.git
|
|
branch = build/linux
|
|
[submodule "third-party/common/win"]
|
|
path = third-party/common/win
|
|
url = git@github.com:otavepto/gbe_fork-deps.git
|
|
branch = common/win
|
|
[submodule "third-party/deps/common"]
|
|
path = third-party/deps/common
|
|
url = git@github.com:otavepto/gbe_fork-deps.git
|
|
branch = deps/common
|
|
[submodule "third-party/deps/linux"]
|
|
path = third-party/deps/linux
|
|
url = git@github.com:otavepto/gbe_fork-deps.git
|
|
branch = deps/linux
|
|
[submodule "third-party/deps/win"]
|
|
path = third-party/deps/win
|
|
url = git@github.com:otavepto/gbe_fork-deps.git
|
|
branch = deps/win
|