-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 1.12 KB
/
.gitmodules
File metadata and controls
30 lines (30 loc) · 1.12 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
[submodule "vendor/glm"]
path = vendor/glm
url = https://github.com/g-truc/glm.git
[submodule "NextEngine/vendor/assimp"]
path = NextEngine/vendor/assimp
url = https://github.com/CompilerLuke/assimp.git
[submodule "NextEngine/vendor/glfw"]
path = NextEngine/vendor/glfw
url = https://github.com/CompilerLuke/glfw.git
[submodule "NextEngine/vendor/bullet3"]
path = NextEngine/vendor/bullet3
url = https://github.com/CompilerLuke/bullet3.git
[submodule "NextEngineEditor/vendor/ImGuizmo"]
path = NextEngineEditor/vendor/ImGuizmo
url = https://github.com/CompilerLuke/ImGuizmo.git
[submodule "NextEngine/vendor/ImGui"]
path = NextEngine/vendor/ImGui
url = https://github.com/CompilerLuke/ImGui.git
[submodule "CFD/vendor/opennurbs"]
path = CFD/vendor/opennurbs
url = https://github.com/mcneel/opennurbs.git
[submodule "CFD/vendor/lapack"]
path = CFD/vendor/lapack
url = https://github.com/Reference-LAPACK/lapack
[submodule "CFD/vendor/thekla_atlas"]
path = CFD/vendor/thekla_atlas
url = https://github.com/Thekla/thekla_atlas.git
[submodule "CFD/vendor/eigen"]
path = CFD/vendor/eigen
url = https://gitlab.com/libeigen/eigen.git