-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
34 lines (34 loc) · 1.04 KB
/
.gitmodules
File metadata and controls
34 lines (34 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[submodule "third-party/doxyconfig"]
path = third-party/doxyconfig
url = https://github.com/LizardByte/doxyconfig.git
branch = master
shallow = true
[submodule "third-party/ffmpeg"]
path = third-party/ffmpeg
url = https://github.com/FFmpeg/FFmpeg.git
branch = release/8.1
shallow = true
[submodule "third-party/googletest"]
path = third-party/googletest
url = https://github.com/google/googletest.git
shallow = true
[submodule "third-party/moonlight-common-c"]
path = third-party/moonlight-common-c
url = https://github.com/ReenigneArcher/moonlight-common-c.git
branch = nxdk-compat
shallow = true
[submodule "third-party/nxdk"]
path = third-party/nxdk
url = https://github.com/ReenigneArcher/nxdk.git
branch = moonlight
shallow = true
[submodule "third-party/openssl"]
path = third-party/openssl
url = https://github.com/openssl/openssl.git
branch = OpenSSL_1_1_1-stable
shallow = true
[submodule "third-party/tomlplusplus"]
path = third-party/tomlplusplus
url = https://github.com/marzer/tomlplusplus.git
branch = master
shallow = true