-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
45 lines (45 loc) · 1.6 KB
/
.gitmodules
File metadata and controls
45 lines (45 loc) · 1.6 KB
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
[submodule "deps/doctest"]
path = deps/doctest
url = https://github.com/doctest/doctest.git
[submodule "deps/nanobench"]
path = deps/nanobench
url = https://github.com/martinus/nanobench.git
[submodule "deps/boost/dynamic_bitset"]
path = deps/boost/dynamic_bitset
url = https://github.com/boostorg/dynamic_bitset.git
[submodule "deps/boost/config"]
path = deps/boost/config
url = https://github.com/boostorg/config.git
[submodule "deps/boost/core"]
path = deps/boost/core
url = https://github.com/boostorg/core.git
[submodule "deps/boost/integer"]
path = deps/boost/integer
url = https://github.com/boostorg/integer.git
[submodule "deps/boost/throw_exception"]
path = deps/boost/throw_exception
url = https://github.com/boostorg/throw_exception.git
[submodule "deps/boost/move"]
path = deps/boost/move
url = https://github.com/boostorg/move.git
[submodule "deps/boost/static_assert"]
path = deps/boost/static_assert
url = https://github.com/boostorg/static_assert.git
[submodule "deps/boost/assert"]
path = deps/boost/assert
url = https://github.com/boostorg/assert.git
[submodule "deps/boost/container_hash"]
path = deps/boost/container_hash
url = https://github.com/boostorg/container_hash.git
[submodule "deps/boost/type_traits"]
path = deps/boost/type_traits
url = https://github.com/boostorg/type_traits.git
[submodule "deps/boost/describe"]
path = deps/boost/describe
url = https://github.com/boostorg/describe.git
[submodule "deps/boost/mp11"]
path = deps/boost/mp11
url = https://github.com/boostorg/mp11.git
[submodule "deps/bitset2"]
path = deps/bitset2
url = https://github.com/ClaasBontus/bitset2.git