forked from Open-CMSIS-Pack/devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
31 lines (31 loc) · 1002 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
26
27
28
29
30
31
[submodule "external/googletest"]
path = external/googletest
url = https://github.com/google/googletest.git
branch = main
ignore = dirty
[submodule "external/cxxopts"]
path = external/cxxopts
url = https://github.com/jarro2783/cxxopts
ignore = dirty
[submodule "external/yaml-cpp"]
path = external/yaml-cpp
url = https://github.com/jbeder/yaml-cpp
ignore = dirty
[submodule "external/json"]
path = external/json
url = https://github.com/nlohmann/json.git
ignore = dirty
[submodule "external/json-schema-validator"]
path = external/json-schema-validator
url = https://github.com/pboettch/json-schema-validator.git
ignore = dirty
[submodule "external/fmt"]
path = external/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "external/open-cmsis-pack-spec"]
path = external/open-cmsis-pack-spec
url = https://github.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec.git
[submodule "external/xerces-c"]
path = external/xerces-c
url = https://github.com/apache/xerces-c.git
ignore = dirty