-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy path.gitmodules
24 lines (24 loc) · 906 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
[submodule "src/deps/juce"]
path = src/deps/juce
url = https://github.com/juce-framework/JUCE.git
[submodule "src/deps/vst3sdk"]
path = src/deps/vst3sdk
url = https://github.com/steinbergmedia/vst3sdk.git
[submodule "src/deps/rtaudio"]
path = src/deps/rtaudio
url = https://github.com/monocasual/rtaudio.git
[submodule "src/deps/geompp"]
path = src/deps/geompp
url = https://github.com/monocasual/geompp.git
[submodule "src/deps/mcl-audio-buffer"]
path = src/deps/mcl-audio-buffer
url = https://github.com/monocasual/mcl-audio-buffer.git
[submodule "src/deps/mcl-atomic-swapper"]
path = src/deps/mcl-atomic-swapper
url = https://github.com/monocasual/mcl-atomic-swapper.git
[submodule "src/deps/fltk"]
path = src/deps/fltk
url = https://github.com/fltk/fltk.git
[submodule "src/deps/concurrentqueue"]
path = src/deps/concurrentqueue
url = https://github.com/cameron314/concurrentqueue.git