forked from dechamps/FlexASIO
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitmodules
30 lines (30 loc) · 1.09 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
[submodule "src/tinytoml"]
path = src/tinytoml
url = https://github.com/mayah/tinytoml.git
[submodule "src/portaudio"]
path = src/portaudio
url = https://github.com/PortAudio/portaudio.git
[submodule "src/cxxopts"]
path = src/cxxopts
url = https://github.com/jarro2783/cxxopts.git
[submodule "src/libsndfile"]
path = src/libsndfile
url = https://github.com/erikd/libsndfile.git
[submodule "src/dechamps_cpputil"]
path = src/dechamps_cpputil
url = https://github.com/dechamps/cpputil.git
[submodule "src/dechamps_cpplog"]
path = src/dechamps_cpplog
url = https://github.com/dechamps/cpplog.git
[submodule "src/dechamps_ASIOUtil"]
path = src/dechamps_ASIOUtil
url = https://github.com/dechamps/ASIOUtil.git
[submodule "src/ASIOTest"]
path = src/ASIOTest
url = https://github.com/dechamps/ASIOTest.git
[submodule "src/dechamps_CMakeUtils"]
path = src/dechamps_CMakeUtils
url = https://github.com/dechamps/CMakeUtils.git
[submodule "src/kdasioconfig/singleapplication"]
path = src/kdasioconfig/singleapplication
url = https://github.com/itay-grudev/SingleApplication.git