forked from netwarm007/GameEngineFromScratch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
42 lines (42 loc) · 1.27 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
[submodule "ispc"]
path = External/src/ispc
url = https://github.com/netwarm007/ispc.git
[submodule "llvm"]
path = External/src/llvm
url = http://llvm.org/git/llvm
[submodule "clang"]
path = External/src/clang
url = http://llvm.org/git/clang
[submodule "libpng"]
path = External/src/libpng
url = git://git.code.sf.net/p/libpng/code
[submodule "zlib"]
path = External/src/zlib
url = https://github.com/netwarm007/zlib.git
[submodule "opengex"]
path = External/src/opengex
url = https://github.com/netwarm007/OpenGEX.git
[submodule "crossguid"]
path = External/src/crossguid
url = https://github.com/netwarm007/crossguid
[submodule "bullet"]
path = External/src/bullet
url = https://github.com/netwarm007/bullet3.git
[submodule "libcxx"]
path = External/src/libcxx
url = http://llvm.org/git/libcxx
[submodule "libcxxabi"]
path = External/src/libcxxabi
url = http://llvm.org/git/libcxxabi
[submodule "libcrc"]
path = External/src/libcrc
url = https://github.com/lammertb/libcrc.git
[submodule "cmft"]
path = External/src/cmft
url = git://github.com/netwarm007/cmft.git
[submodule "SPIRV-Cross"]
path = External/src/spirv-cross
url = https://github.com/netwarm007/SPIRV-Cross.git
[submodule "glslang"]
path = External/src/glslang
url = https://github.com/KhronosGroup/glslang.git