-
Notifications
You must be signed in to change notification settings - Fork 33
/
.gitmodules
96 lines (96 loc) · 3.44 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[submodule "3rdParty/choc"]
path = include/choc
url = [email protected]:Tracktion/choc.git
[submodule "3rdParty/boost/static_assert"]
path = 3rdParty/boost/static_assert
url = [email protected]:boostorg/static_assert.git
[submodule "3rdParty/boost/system"]
path = 3rdParty/boost/system
url = [email protected]:boostorg/system.git
[submodule "3rdParty/boost/beast"]
path = 3rdParty/boost/beast
url = [email protected]:boostorg/beast.git
[submodule "3rdParty/boost/asio"]
path = 3rdParty/boost/asio
url = [email protected]:boostorg/asio.git
[submodule "3rdParty/boost/config"]
path = 3rdParty/boost/config
url = [email protected]:boostorg/config.git
[submodule "3rdParty/boost/core"]
path = 3rdParty/boost/core
url = [email protected]:boostorg/core.git
[submodule "3rdParty/boost/assert"]
path = 3rdParty/boost/assert
url = [email protected]:boostorg/assert.git
[submodule "3rdParty/boost/mp11"]
path = 3rdParty/boost/mp11
url = [email protected]:boostorg/mp11.git
[submodule "3rdParty/boost/type_traits"]
path = 3rdParty/boost/type_traits
url = [email protected]:boostorg/type_traits.git
[submodule "3rdParty/boost/throw_exception"]
path = 3rdParty/boost/throw_exception
url = [email protected]:boostorg/throw_exception.git
[submodule "3rdParty/boost/align"]
path = 3rdParty/boost/align
url = [email protected]:boostorg/align.git
[submodule "3rdParty/boost/bind"]
path = 3rdParty/boost/bind
url = [email protected]:boostorg/bind.git
[submodule "3rdParty/boost/optional"]
path = 3rdParty/boost/optional
url = [email protected]:boostorg/optional.git
[submodule "3rdParty/boost/move"]
path = 3rdParty/boost/move
url = [email protected]:boostorg/move.git
[submodule "3rdParty/boost/utility"]
path = 3rdParty/boost/utility
url = [email protected]:boostorg/utility.git
[submodule "3rdParty/boost/date_time"]
path = 3rdParty/boost/date_time
url = [email protected]:boostorg/date_time.git
[submodule "3rdParty/boost/smart_ptr"]
path = 3rdParty/boost/smart_ptr
url = [email protected]:boostorg/smart_ptr.git
[submodule "3rdParty/boost/numeric_conversion"]
path = 3rdParty/boost/numeric_conversion
url = [email protected]:boostorg/numeric_conversion.git
[submodule "3rdParty/boost/mpl"]
path = 3rdParty/boost/mpl
url = [email protected]:boostorg/mpl.git
[submodule "3rdParty/boost/preprocessor"]
path = 3rdParty/boost/preprocessor
url = [email protected]:boostorg/preprocessor.git
[submodule "3rdParty/boost/intrusive"]
path = 3rdParty/boost/intrusive
url = [email protected]:boostorg/intrusive.git
[submodule "3rdParty/boost/logic"]
path = 3rdParty/boost/logic
url = [email protected]:boostorg/logic.git
[submodule "3rdParty/boost/io"]
path = 3rdParty/boost/io
url = [email protected]:boostorg/io.git
[submodule "3rdParty/boost/endian"]
path = 3rdParty/boost/endian
url = [email protected]:boostorg/endian.git
[submodule "3rdParty/boost/regex"]
path = 3rdParty/boost/regex
url = [email protected]:boostorg/regex.git
[submodule "3rdParty/boost/predef"]
path = 3rdParty/boost/predef
url = [email protected]:boostorg/predef.git
[submodule "3rdParty/boost/winapi"]
path = 3rdParty/boost/winapi
url = [email protected]:boostorg/winapi.git
[submodule "3rdParty/boost/static_string"]
path = 3rdParty/boost/static_string
url = [email protected]:boostorg/static_string.git
[submodule "3rdParty/llvm"]
path = 3rdParty/llvm
url = [email protected]:cmajor-lang/llvm.git
[submodule "3rdParty/clap"]
path = 3rdParty/clap
url = [email protected]:free-audio/clap.git
[submodule "3rdParty/clap-wrapper"]
path = 3rdParty/clap-wrapper
url = [email protected]:cmajor-lang/clap-wrapper.git