-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitmodules
27 lines (27 loc) · 842 Bytes
/
.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
[submodule "ext/vst3sdk"]
path = ext/vst3sdk
url = https://github.com/steinbergmedia/vst3sdk.git
[submodule "ext/wxWidgets"]
path = ext/wxWidgets
url = https://github.com/wxWidgets/wxWidgets.git
[submodule "ext/portaudio"]
path = ext/portaudio
url = https://git.assembla.com/portaudio.git
[submodule "ext/fmt"]
path = ext/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "ext/protobuf"]
path = ext/protobuf
url = https://github.com/protocolbuffers/protobuf.git
[submodule "ext/variant"]
path = ext/variant
url = https://github.com/mpark/variant.git
[submodule "ext/rtmidi"]
path = ext/rtmidi
url = https://github.com/thestk/rtmidi.git
[submodule "ext/midifile"]
path = ext/midifile
url = https://github.com/craigsapp/midifile.git
[submodule "ext/Catch2"]
path = ext/Catch2
url = https://github.com/catchorg/Catch2.git