-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.gitmodules
25 lines (25 loc) · 847 Bytes
/
.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
[submodule "3rd_party/GSL"]
path = 3rd_party/GSL
url = https://github.com/Microsoft/GSL.git
[submodule "3rd_party/Catch2"]
path = 3rd_party/Catch2
url = https://github.com/catchorg/Catch2.git
[submodule "3rd_party/abseil-cpp"]
path = 3rd_party/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
[submodule "3rd_party/re2c"]
path = 3rd_party/re2c
url = https://github.com/skvadrik/re2c.git
ignore = dirty
[submodule "3rd_party/asn1c"]
path = 3rd_party/asn1c
url = https://github.com/vlm/asn1c.git
[submodule "3rd_party/bison"]
path = 3rd_party/bison
url = https://git.savannah.gnu.org/git/bison.git
[submodule "3rd_party/--force"]
path = 3rd_party/--force
url = https://github.com/vlm/asn1c.git
[submodule "3rd_party/run-clang-format"]
path = 3rd_party/run-clang-format
url = https://github.com/Sarcasm/run-clang-format.git