-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
70 lines (56 loc) · 2.17 KB
/
.gitmodules
File metadata and controls
70 lines (56 loc) · 2.17 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
[submodule "external/sdl/source"]
path = external/sdl/source
url = https://github.com/thejunkjon/external-sdl.git
ignore = dirty
[submodule "external/ncurses/source"]
path = external/ncurses/source
url = https://github.com/thejunkjon/external-ncurses.git
ignore = dirty
[submodule "external/capstone/source"]
path = external/capstone/source
url = https://github.com/thejunkjon/external-capstone.git
ignore = dirty
[submodule "external/sndio/source"]
path = external/sndio/source
url = https://github.com/thejunkjon/external-sndio.git
ignore = dirty
[submodule "external/boost/source"]
path = external/boost/source
url = https://github.com/thejunkjon/external-boost.git
ignore = dirty
[submodule "external/png/source"]
path = external/png/source
url = https://github.com/thejunkjon/external-libpng.git
ignore = dirty
[submodule "external/gsl/source"]
path = external/gsl/source
url = https://github.com/Microsoft/GSL.git
ignore = dirty
[submodule "external/zlib/source"]
path = external/zlib/source
url = https://github.com/thejunkjon/external-zlib.git
ignore = dirty
[submodule "external/gzip/source"]
path = external/gzip/source
url = https://github.com/thejunkjon/external-gzip.git
ignore = dirty
[submodule "external/spdlog/source"]
path = external/spdlog/source
url = https://github.com/gabime/spdlog.git
ignore = dirty
[submodule "external/wasm/emsdk/source"]
path = external/wasm/emsdk/source
url = https://github.com/emscripten-core/emsdk.git
ignore = dirty
[submodule "external/wasm/emscripten/source"]
path = external/wasm/emscripten/source
url = https://github.com/emscripten-core/emscripten.git
ignore = dirty
[submodule "external/cppcoro/source"]
path = external/cppcoro/source
url = git@github.com:JonForShort/cppcoro.git
ignore = dirty
[submodule "external/folly/source"]
path = external/folly/source
url = https://github.com/facebook/folly.git
ignore = dirty