-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy path.gitmodules
75 lines (75 loc) · 2.73 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[submodule "thirdparty/cpr"]
path = thirdparty/cpr
url = https://github.com/whoshuu/cpr.git
[submodule "thirdparty/parallel-hashmap"]
path = thirdparty/parallel-hashmap
url = https://github.com/greg7mdp/parallel-hashmap.git
[submodule "thirdparty/eigen"]
path = thirdparty/eigen
url = https://gitlab.com/cantonios/eigen.git
[submodule "thirdparty/expected"]
path = thirdparty/expected
url = https://github.com/Developer-Ecosystem-Engineering/expected.git
[submodule "thirdparty/googletest"]
path = thirdparty/googletest
url = https://github.com/google/googletest.git
[submodule "thirdparty/spdlog"]
path = thirdparty/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "thirdparty/libzip"]
path = thirdparty/libzip
url = https://github.com/nih-at/libzip.git
[submodule "thirdparty/jsoncpp"]
path = thirdparty/jsoncpp
url = https://github.com/open-source-parsers/jsoncpp.git
[submodule "thirdparty/imgui"]
path = thirdparty/imgui
url = https://github.com/ocornut/imgui.git
[submodule "thirdparty/glad"]
path = thirdparty/glad
url = https://github.com/Dav1dde/glad.git
[submodule "thirdparty/clip"]
path = thirdparty/clip
url = https://github.com/dacap/clip.git
[submodule "thirdparty/openvdb/v9/openvdb"]
path = thirdparty/openvdb/v9/openvdb
url = https://github.com/AcademySoftwareFoundation/openvdb
[submodule "thirdparty/openvdb/v10/openvdb"]
path = thirdparty/openvdb/v10/openvdb
url = https://github.com/AcademySoftwareFoundation/openvdb
[submodule "thirdparty/tinygltf"]
path = thirdparty/tinygltf
url = https://github.com/syoyo/tinygltf
[submodule "thirdparty/onetbb"]
path = thirdparty/onetbb
url = https://github.com/oneapi-src/oneTBB.git
[submodule "thirdparty/libE57Format"]
path = thirdparty/libE57Format
url = https://github.com/MeshInspector/libE57Format
[submodule "thirdparty/laz-perf"]
path = thirdparty/laz-perf
url = https://github.com/MeshInspector/laz-perf
[submodule "thirdparty/mbedtls"]
path = thirdparty/mbedtls
url = https://github.com/Mbed-TLS/mbedtls
[submodule "thirdparty/GDCM"]
path = thirdparty/GDCM
url = https://github.com/malaterre/GDCM.git
[submodule "thirdparty/tinyxml2"]
path = thirdparty/tinyxml2
url = https://github.com/leethomason/tinyxml2.git
[submodule "thirdparty/libjpeg-turbo"]
path = thirdparty/libjpeg-turbo
url = https://github.com/libjpeg-turbo/libjpeg-turbo.git
[submodule "thirdparty/c-blosc"]
path = thirdparty/c-blosc
url = https://github.com/Blosc/c-blosc.git
[submodule "thirdparty/fmt"]
path = thirdparty/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "thirdparty/mrbind-pybind11"]
path = thirdparty/mrbind-pybind11
url = https://github.com/MeshInspector/mrbind-pybind11
[submodule "thirdparty/mrbind"]
path = thirdparty/mrbind
url = https://github.com/MeshInspector/mrbind