-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.gitmodules
40 lines (40 loc) · 1.26 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
[submodule "third-party/rapidjson"]
path = third-party/rapidjson
url = https://github.com/miloyip/rapidjson.git
branch = master
[submodule "twine"]
path = twine
url = ../twine.git
[submodule "third-party/link"]
path = third-party/link
url = https://github.com/Ableton/link.git
[submodule "test/gtest"]
path = test/gtest
url = https://github.com/google/googletest.git
[submodule "third-party/vst3sdk"]
path = third-party/vst3sdk
url = https://github.com/steinbergmedia/vst3sdk.git
[submodule "third-party/oscpack"]
path = third-party/oscpack
url = https://github.com/ENTTEC/oscpack.git
[submodule "third-party/vcpkg"]
path = third-party/vcpkg
url = https://github.com/Microsoft/vcpkg.git
[submodule "third-party/sentry-native"]
path = third-party/sentry-native
url = https://github.com/getsentry/sentry-native.git
[submodule "rpc_interface/protos"]
path = rpc_interface/protos
url = ../sushi-grpc-api
[submodule "third-party/brickworks"]
path = third-party/brickworks
url = https://github.com/sdangelo/brickworks/
[submodule "third-party/freeverb"]
path = third-party/freeverb
url = ../freeverb.git
[submodule "elklog"]
path = elklog
url = ../elklog.git
[submodule "third-party/portaudio"]
path = third-party/portaudio
url = https://github.com/PortAudio/portaudio.git