-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
54 lines (54 loc) · 2.16 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
[submodule "third_party/boost/config"]
path = third_party/boost/config
url = https://github.com/boostorg/config.git
[submodule "third_party/boost/asio"]
path = third_party/boost/asio
url = https://github.com/boostorg/asio.git
[submodule "third_party/boost/system"]
path = third_party/boost/system
url = https://github.com/boostorg/system.git
[submodule "third_party/boost/throw_exception"]
path = third_party/boost/throw_exception
url = https://github.com/boostorg/throw_exception.git
[submodule "third_party/boost/assert"]
path = third_party/boost/assert
url = https://github.com/boostorg/assert.git
[submodule "third_party/boost/date_time"]
path = third_party/boost/date_time
url = https://github.com/boostorg/date_time.git
[submodule "third_party/boost/smart_ptr"]
path = third_party/boost/smart_ptr
url = https://github.com/boostorg/smart_ptr.git
[submodule "third_party/boost/core"]
path = third_party/boost/core
url = https://github.com/boostorg/core.git
[submodule "third_party/boost/predef"]
path = third_party/boost/predef
url = https://github.com/boostorg/predef.git
[submodule "third_party/boost/utility"]
path = third_party/boost/utility
url = https://github.com/boostorg/utility.git
[submodule "third_party/boost/static_assert"]
path = third_party/boost/static_assert
url = https://github.com/boostorg/static_assert.git
[submodule "third_party/boost/type_traits"]
path = third_party/boost/type_traits
url = https://github.com/boostorg/type_traits.git
[submodule "third_party/boost/mpl"]
path = third_party/boost/mpl
url = https://github.com/boostorg/mpl.git
[submodule "third_party/boost/preprocessor"]
path = third_party/boost/preprocessor
url = https://github.com/boostorg/preprocessor.git
[submodule "third_party/boost/numeric_conversion"]
path = third_party/boost/numeric_conversion
url = https://github.com/boostorg/numeric_conversion.git
[submodule "third_party/boost/bind"]
path = third_party/boost/bind
url = https://github.com/boostorg/bind.git
[submodule "third_party/boost/regex"]
path = third_party/boost/regex
url = https://github.com/boostorg/regex.git
[submodule "third_party/json"]
path = third_party/json
url = https://github.com/nlohmann/json.git