-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
30 lines (30 loc) · 1.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
[submodule "third_party/boost-array"]
path = third_party/boost-array
url = https://github.com/boostorg/array
[submodule "third_party/boost-assert"]
path = third_party/boost-assert
url = https://github.com/boostorg/assert
[submodule "third_party/boost-config"]
path = third_party/boost-config
url = https://github.com/boostorg/config
[submodule "third_party/boost-core"]
path = third_party/boost-core
url = https://github.com/boostorg/core
[submodule "third_party/boost-crc"]
path = third_party/boost-crc
url = https://github.com/boostorg/crc
[submodule "third_party/boost-detail"]
path = third_party/boost-detail
url = https://github.com/boostorg/detail
[submodule "third_party/boost-integer"]
path = third_party/boost-integer
url = https://github.com/boostorg/integer
[submodule "third_party/boost-static_assert"]
path = third_party/boost-static_assert
url = https://github.com/boostorg/static_assert
[submodule "third_party/boost-throw_exception"]
path = third_party/boost-throw_exception
url = https://github.com/boostorg/throw_exception
[submodule "third_party/boost-type_traits"]
path = third_party/boost-type_traits
url = https://github.com/boostorg/type_traits