-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitmodules
More file actions
33 lines (33 loc) · 1.09 KB
/
.gitmodules
File metadata and controls
33 lines (33 loc) · 1.09 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
[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
[submodule "deps/azure-messaging-ai-context"]
path = deps/azure-messaging-ai-context
url = https://github.com/Azure/azure-messaging-ai-context.git