-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
94 lines (76 loc) · 2.21 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
[submodule "external/asmjit"]
path = external/asmjit
url = https://github.com/asmjit/asmjit
ignore = dirty
[submodule "external/benchmark"]
path = external/benchmark
url = https://github.com/google/benchmark.git
ignore = dirty
[submodule "external/blend2d"]
path = external/blend2d
url = https://github.com/blend2d/blend2d.git
ignore = dirty
[submodule "external/boost"]
path = external/boost
url = https://github.com/boostorg/boost
ignore = dirty
[submodule "external/catch2"]
path = external/catch2
url = https://github.com/catchorg/Catch2.git
ignore = dirty
[submodule "external/expected"]
path = external/expected
url = https://github.com/TartanLlama/expected.git
ignore = dirty
[submodule "external/fmt"]
path = external/fmt
url = https://github.com/fmtlib/fmt
ignore = dirty
[submodule "external/gcem"]
path = external/gcem
url = https://github.com/kthohr/gcem.git
ignore = dirty
[submodule "external/glaze"]
path = external/glaze
url = https://github.com/stephenberry/glaze
ignore = dirty
[submodule "external/googletest"]
path = external/googletest
url = https://github.com/google/googletest
ignore = dirty
[submodule "external/GSL"]
path = external/GSL
url = https://github.com/microsoft/GSL.git
ignore = dirty
[submodule "external/harfbuzz"]
path = external/harfbuzz
url = https://github.com/harfbuzz/harfbuzz
ignore = dirty
[submodule "external/llvm-project"]
path = external/llvm-project
url = https://github.com/llvm/llvm-project.git
ignore = dirty
[submodule "external/my_folly"]
path = external/my_folly
url = https://github.com/christianbrugger/my_folly
ignore = dirty
[submodule "external/range-v3"]
path = external/range-v3
url = https://github.com/ericniebler/range-v3
ignore = dirty
[submodule "external/svg2b2d"]
path = external/svg2b2d
url = https://github.com/christianbrugger/svg2b2d
ignore = dirty
[submodule "external/unordered_dense"]
path = external/unordered_dense
url = https://github.com/martinus/unordered_dense
ignore = dirty
[submodule "external/whereami"]
path = external/whereami
url = https://github.com/gpakosz/whereami.git
ignore = dirty
[submodule "external/zlib"]
path = external/zlib
url = https://github.com/madler/zlib
ignore = dirty