-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
72 lines (72 loc) · 1.92 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
[submodule "container"]
path = libs/container
url = https://github.com/boostorg/container.git
shallow = true
[submodule "intrusive"]
path = libs/intrusive
url = https://github.com/boostorg/intrusive.git
shallow = true
[submodule "cmake"]
path = tools/cmake
url = https://github.com/boostorg/cmake.git
shallow = true
[submodule "core"]
path = libs/core
url = https://github.com/boostorg/core.git
shallow = true
[submodule "assert"]
path = libs/assert
url = https://github.com/boostorg/assert.git
shallow = true
[submodule "static_assert"]
path = libs/static_assert
url = https://github.com/boostorg/static_assert.git
shallow = true
[submodule "move"]
path = libs/move
url = https://github.com/boostorg/move.git
shallow = true
[submodule "config"]
path = libs/config
url = https://github.com/boostorg/config.git
shallow = true
[submodule "type_traits"]
path = libs/type_traits
url = https://github.com/boostorg/type_traits.git
shallow = true
[submodule "container_hash"]
path = libs/container_hash
url = https://github.com/boostorg/container_hash.git
shallow = true
[submodule "winapi"]
path = libs/winapi
url = https://github.com/boostorg/winapi.git
shallow = true
[submodule "detail"]
path = libs/detail
url = https://github.com/boostorg/detail.git
shallow = true
[submodule "throw_exception"]
path = libs/throw_exception
url = https://github.com/boostorg/throw_exception.git
shallow = true
[submodule "predef"]
path = libs/predef
url = https://github.com/boostorg/predef.git
shallow = true
[submodule "integer"]
path = libs/integer
url = https://github.com/boostorg/integer.git
shallow = true
[submodule "preprocessor"]
path = libs/preprocessor
url = https://github.com/boostorg/preprocessor.git
shallow = true
[submodule "mp11"]
path = libs/mp11
url = https://github.com/boostorg/mp11.git
shallow = true
[submodule "describe"]
path = libs/describe
url = https://github.com/boostorg/describe.git
shallow = true