forked from faudio/faudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
27 lines (27 loc) · 1.14 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
[submodule "external/boost"]
path = external/boost
url = [email protected]:/repositories/dependencies/boost.git
[submodule "external/portaudio/source"]
path = external/portaudio/source
url = [email protected]:/repositories/dependencies/portaudio.git
[submodule "external/portmidi/source"]
path = external/portmidi/source
url = [email protected]:/repositories/dependencies/portmidi.git
[submodule "external/sndfile/source"]
path = external/sndfile/source
url = [email protected]:/repositories/dependencies/sndfile.git
[submodule "external/gtest/source"]
path = external/gtest/source
url = [email protected]:/repositories/dependencies/gtest.git
[submodule "external/fluidsynth/source"]
path = external/fluidsynth/source
url = [email protected]:/repositories/dependencies/fluidsynth.git
[submodule "sprout"]
path = sprout
url = [email protected]:repositories/dependencies/sprout.git
[submodule "external/sprout"]
path = external/sprout
url = [email protected]:repositories/dependencies/sprout.git
[submodule "external/boost_lockfree"]
path = external/boost_lockfree
url = [email protected]:repositories/dependencies/boost_lockfree