-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitmodules
30 lines (30 loc) · 970 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
[submodule "deps/umock-c"]
path = deps/umock-c
url = https://github.com/Azure/umock-c.git
[submodule "deps/mimalloc"]
path = deps/mimalloc
url = https://github.com/microsoft/mimalloc
[submodule "deps/c-build-tools"]
path = deps/c-build-tools
url = https://github.com/Azure/c-build-tools
[submodule "deps/macro-utils-c"]
path = deps/macro-utils-c
url = https://github.com/Azure/macro-utils-c
[submodule "deps/c-logging"]
path = deps/c-logging
url = https://github.com/Azure/c-logging
[submodule "deps/ctest"]
path = deps/ctest
url = https://github.com/Azure/ctest
[submodule "deps/c-testrunnerswitcher"]
path = deps/c-testrunnerswitcher
url = https://github.com/Azure/c-testrunnerswitcher
[submodule "deps/c-pal"]
path = deps/c-pal
url = https://github.com/Azure/c-pal
[submodule "deps/smhasher"]
path = deps/smhasher
url = https://github.com/hcoona/smhasher.git
[submodule "deps/vcpkg"]
path = deps/vcpkg
url = https://github.com/microsoft/vcpkg.git