forked from microsoft/Azure-Kinect-Sensor-SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
41 lines (41 loc) · 1.45 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
[submodule "extern/cjson/src"]
path = extern/cjson/src
url = https://github.com/DaveGamble/cJSON.git
[submodule "extern/azure_c_shared/src"]
path = extern/azure_c_shared/src
url = https://github.com/Azure/azure-c-shared-utility.git
branch = master
[submodule "extern/spdlog/src"]
path = extern/spdlog/src
url = https://github.com/gabime/spdlog.git
[submodule "extern/libyuv/src"]
path = extern/libyuv/src
url = https://chromium.googlesource.com/libyuv/libyuv
[submodule "extern/libmatroska/src"]
path = extern/libmatroska/src
url = https://github.com/Matroska-Org/libmatroska.git
[submodule "extern/libeml/src"]
path = extern/libebml/src
url = https://github.com/Matroska-Org/libebml.git
[submodule "extern/imgui/src"]
path = extern/imgui/src
url = https://github.com/ocornut/imgui.git
[submodule "extern/googletest/src"]
path = extern/googletest/src
url = https://github.com/google/googletest.git
[submodule "extern/glfw/src"]
path = extern/glfw/src
url = https://github.com/glfw/glfw
[submodule "extern/libsoundio/src"]
path = extern/libsoundio/src
url = https://github.com/andrewrk/libsoundio.git
[submodule "extern/libjpeg-turbo/src"]
path = extern/libjpeg-turbo/src
url = https://github.com/libjpeg-turbo/libjpeg-turbo.git
[submodule "extern/libusb/src"]
path = extern/libusb/src
url = https://github.com/libusb/libusb
[submodule "extern/libuvc/src"]
path = extern/libuvc/src
url = https://github.com/microsoft/libuvc.git
branch = Azure-Kinect-Sensor-SDK