-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
65 lines (65 loc) · 1.92 KB
/
.gitmodules
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[submodule "build-system"]
path = build-system
url = ../../nuclex-shared/build-system.git
branch = main
update = rebase
[submodule "Nuclex.Support.Native"]
path = Nuclex.Support.Native
url = ../../nuclex-shared-cpp/Nuclex.Support.Native.git
branch = main
update = rebase
[submodule "Nuclex.Audio.Native"]
path = Nuclex.Audio.Native
url = ../../nuclex-shared-cpp/Nuclex.Audio.Native.git
branch = main
update = rebase
[submodule "third-party/nuclex-celero"]
path = third-party/nuclex-celero
url = ../../nuclex-builds/nuclex-celero.git
branch = main
update = rebase
[submodule "third-party/nuclex-flac"]
path = third-party/nuclex-flac
url = ../../nuclex-builds/nuclex-flac.git
branch = main
update = rebase
[submodule "third-party/nuclex-googletest"]
path = third-party/nuclex-googletest
url = ../../nuclex-builds/nuclex-googletest.git
branch = main
update = rebase
[submodule "third-party/nuclex-ogg"]
path = third-party/nuclex-ogg
url = ../../nuclex-builds/nuclex-ogg.git
branch = main
update = rebase
[submodule "third-party/nuclex-opus"]
path = third-party/nuclex-opus
url = ../../nuclex-builds/nuclex-opus.git
branch = main
update = rebase
[submodule "third-party/nuclex-opusfile"]
path = third-party/nuclex-opusfile
url = ../../nuclex-builds/nuclex-opusfile.git
branch = main
update = rebase
[submodule "third-party/nuclex-opusenc"]
path = third-party/nuclex-opusenc
url = ../../nuclex-builds/nuclex-opusenc.git
branch = main
update = rebase
[submodule "third-party/nuclex-moodycamelqueues"]
path = third-party/nuclex-moodycamelqueues
url = ../../nuclex-builds/nuclex-moodycamelqueues.git
branch = main
update = rebase
[submodule "third-party/nuclex-vorbis"]
path = third-party/nuclex-vorbis
url = ../../nuclex-builds/nuclex-vorbis.git
branch = main
update = rebase
[submodule "third-party/nuclex-wavpack"]
path = third-party/nuclex-wavpack
url = ../../nuclex-builds/nuclex-wavpack.git
branch = main
update = rebase