-
Notifications
You must be signed in to change notification settings - Fork 19
/
.gitmodules
46 lines (46 loc) · 1.75 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
[submodule "3rdparty/zipper"]
path = 3rdparty/zipper
url = https://github.com/sebastiandev/zipper
[submodule "wowViewerLib/mathfu"]
path = wowViewerLib/mathfu
url = https://github.com/google/mathfu.git
[submodule "wowViewerLib/3rdparty/mathfu"]
path = wowViewerLib/3rdparty/mathfu
url = https://github.com/google/mathfu.git
[submodule "3rdparty/glfw"]
path = 3rdparty/glfw
url = https://github.com/glfw/glfw
[submodule "3rdparty/zlib"]
path = 3rdparty/zlib
url = https://github.com/madler/zlib
[submodule "3rdparty/stormlib"]
path = 3rdparty/stormlib
url = https://github.com/ladislav-zezula/StormLib.git
[submodule "3rdparty/casclib"]
path = 3rdparty/casclib
url = https://github.com/ladislav-zezula/CascLib.git
[submodule "wowViewerLib/shaders/3rdparty/glsllang"]
path = wowViewerLib/shaders/3rdparty/glsllang
url = https://github.com/KhronosGroup/glslang.git
branch = SPIR-V_1.5
[submodule "wowViewerLib/shaders/3rdparty/spirv-cross"]
path = wowViewerLib/shaders/3rdparty/spirv-cross
url = https://github.com/KhronosGroup/SPIRV-Cross.git
[submodule "3rdparty/SQLiteCpp"]
path = 3rdparty/SQLiteCpp
url = https://github.com/SRombauts/SQLiteCpp.git
[submodule "3rdparty/filesystem_impl"]
path = 3rdparty/filesystem_impl
url = https://github.com/gulrak/filesystem.git
[submodule "wowViewerLib/3rdparty/tinygltf"]
path = wowViewerLib/3rdparty/tinygltf
url = https://github.com/syoyo/tinygltf
[submodule "emscripten_port/3rdparty/zipper"]
path = emscripten_port/3rdparty/zipper
url = https://github.com/sebastiandev/zipper.git
[submodule "3rdparty/DBImporter"]
path = 3rdparty/DBImporter
url = https://github.com/Deamon87/DBImporter.git
[submodule "wowViewerLib/3rdparty/oneTbb"]
path = wowViewerLib/3rdparty/oneTbb
url = https://github.com/Deamon87/oneTBBWasm.git