-
Notifications
You must be signed in to change notification settings - Fork 20
/
.gitmodules
38 lines (38 loc) · 1.29 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
[submodule "submodules/libadm"]
path = submodules/libadm
url = https://github.com/ebu/libadm.git
[submodule "submodules/libbw64"]
path = submodules/libbw64
url = https://github.com/ebu/libbw64.git
# Not required - BEAR will pull a version in
# [submodule "submodules/libear"]
# path = submodules/libear
# url = https://github.com/ebu/libear.git
[submodule "submodules/googletest"]
path = submodules/googletest
url = https://github.com/google/googletest.git
[submodule "submodules/WDL"]
path = submodules/WDL
url = https://github.com/justinfrankel/WDL.git
[submodule "submodules/VST3"]
path = submodules/VST3
url = https://github.com/steinbergmedia/vst3sdk
# This gets patched - ignore those changes
ignore = dirty
[submodule "submodules/JUCE"]
path = submodules/JUCE
url = https://github.com/WeAreROLI/JUCE.git
# This gets patched - ignore those changes
ignore = dirty
[submodule "submodules/readerwriterqueue"]
path = submodules/readerwriterqueue
url = https://github.com/cameron314/readerwriterqueue
[submodule "submodules/vcpkg"]
path = submodules/vcpkg
url = https://github.com/microsoft/vcpkg.git
[submodule "submodules/Catch2"]
path = submodules/Catch2
url = https://github.com/catchorg/Catch2.git
[submodule "submodules/bear"]
path = submodules/bear
url = https://github.com/ebu/bear.git