forked from Vita3K/Vita3K
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
33 lines (33 loc) · 1.28 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
[submodule "src/external/elfio"]
path = src/external/elfio
url = https://github.com/serge1/ELFIO.git
[submodule "src/external/capstone"]
path = src/external/capstone
url = https://github.com/aquynh/capstone.git
[submodule "src/external/vita-headers"]
path = src/external/vita-headers
url = https://github.com/vitasdk/vita-headers.git
[submodule "src/external/glbinding"]
path = src/external/glbinding
url = https://github.com/cginternals/glbinding.git
[submodule "src/external/yaml-cpp"]
path = src/external/yaml-cpp
url = https://github.com/jbeder/yaml-cpp
[submodule "src/external/vita-toolchain"]
path = src/external/vita-toolchain
url = https://github.com/vitasdk/vita-toolchain
[submodule "src/external/microprofile"]
path = src/external/microprofile
url = https://github.com/jonasmr/microprofile.git
[submodule "src/external/sdl2-cmake-scripts"]
path = src/external/sdl2-cmake-scripts
url = https://github.com/tcbrindle/sdl2-cmake-scripts.git
[submodule "src/external/spdlog"]
path = src/external/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "src/external/dirent"]
path = src/external/dirent
url = https://github.com/tronkko/dirent
[submodule "src/external/crypto-algorithms"]
path = src/external/crypto-algorithms
url = https://github.com/B-Con/crypto-algorithms.git