forked from lufinkey/iSSB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
25 lines (25 loc) · 825 Bytes
/
.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
[submodule "External/SDL/SDL"]
path = External/SDL/SDL
url = https://github.com/libsdl-org/SDL
ignore = dirty
[submodule "External/SDL/SDL_image"]
path = External/SDL/SDL_image
url = https://github.com/libsdl-org/SDL_image
ignore = dirty
[submodule "External/SDL/SDL_gfx"]
path = External/SDL/SDL_gfx
url = https://github.com/svn2github/sdl2_gfx
ignore = dirty
[submodule "External/SDL/SDL_p2p"]
path = External/SDL/SDL_p2p
url = https://github.com/lufinkey/SDL_p2p
ignore = dirty
[submodule "External/SDL/SDL_ttf"]
path = External/SDL/SDL_ttf
url = https://github.com/libsdl-org/SDL_ttf
[submodule "External/SDL/SDL_mixer"]
path = External/SDL/SDL_mixer
url = https://github.com/libsdl-org/SDL_mixer
[submodule "External/PlistCpp"]
path = External/PlistCpp
url = https://github.com/animetrics/PlistCpp.git