-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitmodules
More file actions
77 lines (65 loc) · 1.79 KB
/
.gitmodules
File metadata and controls
77 lines (65 loc) · 1.79 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
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
76
77
[submodule "vendor/stb"]
path = vendor/stb
url = https://github.com/nothings/stb
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/glm"]
path = vendor/glm
url = https://github.com/g-truc/glm
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/boost"]
path = vendor/boost
url = https://github.com/boostorg/boost
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/assimp"]
path = vendor/assimp
url = https://github.com/assimp/assimp
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/googletest"]
path = vendor/googletest
url = https://github.com/google/googletest
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/openexr"]
path = vendor/openexr
url = https://github.com/AcademySoftwareFoundation/openexr
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/zlib"]
path = vendor/zlib
url = https://github.com/madler/zlib
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/imath"]
path = vendor/imath
url = https://github.com/AcademySoftwareFoundation/Imath
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/libdeflate"]
path = vendor/libdeflate
url = https://github.com/ebiggers/libdeflate
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/SDL_image"]
path = vendor/SDL_image
url = https://github.com/libsdl-org/SDL_image
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/SDL"]
path = vendor/SDL
url = https://github.com/libsdl-org/SDL
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/qt"]
path = vendor/qt
url = https://code.qt.io/qt/qt5.git
ignore = all
fetchRecurseSubmodules = false
[submodule "vendor/embree"]
path = vendor/embree
url = https://github.com/RenderKit/embree
ignore = all
fetchRecurseSubmodules = true