-
Notifications
You must be signed in to change notification settings - Fork 13
/
.gitmodules
43 lines (43 loc) · 1.52 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
[submodule "third_party/ff_meters"]
path = third_party/JUCE-user-modules/ff_meters
url = https://github.com/christofmuc/ff_meters.git
[submodule "third_party/Q"]
path = third_party/Q
url = https://github.com/christofmuc/Q.git
[submodule "third_party/infra"]
path = third_party/infra
url = https://github.com/cycfi/infra.git
[submodule "third_party/JUCE"]
path = third_party/JUCE
url = https://github.com/WeAreROLI/JUCE.git
[submodule "third_party/flatbuffers"]
path = third_party/flatbuffers
url = https://github.com/google/flatbuffers.git
[submodule "modules/juce-utils"]
path = modules/juce-utils
url = https://github.com/christofmuc/juce-utils.git
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
branch = master
[submodule "third_party/oneTBB"]
path = third_party/oneTBB
url = https://github.com/oneapi-src/oneTBB.git
[submodule "third_party/sentry-native"]
path = third_party/sentry-native
url = https://github.com/getsentry/sentry-native.git
[submodule "third_party/fmt"]
path = third_party/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "modules/juce-widgets"]
path = modules/juce-widgets
url = https://github.com/christofmuc/juce-widgets.git
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "third_party/json"]
path = third_party/json
url = https://github.com/nlohmann/json.git
[submodule "modules/MidiKraft"]
path = modules/MidiKraft
url = https://github.com/christofmuc/MidiKraft.git