diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5438989..39f13d2 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -1,3 +1,18 @@ | |||
1 | [submodule "vendor/hkutil"] | 1 | [submodule "vendor/hkutil"] |
2 | path = vendor/hkutil | 2 | path = vendor/hkutil |
3 | url = https://github.com/hatkirby/hkutil.git | 3 | url = https://github.com/hatkirby/hkutil.git |
4 | [submodule "vendor/apclientpp"] | ||
5 | path = vendor/apclientpp | ||
6 | url = https://github.com/black-sliver/apclientpp.git | ||
7 | [submodule "vendor/valijson"] | ||
8 | path = vendor/valijson | ||
9 | url = https://github.com/tristanpenman/valijson.git | ||
10 | [submodule "vendor/wswrap"] | ||
11 | path = vendor/wswrap | ||
12 | url = https://github.com/black-sliver/wswrap.git | ||
13 | [submodule "vendor/websocketpp"] | ||
14 | path = vendor/websocketpp | ||
15 | url = https://github.com/zaphoyd/websocketpp.git | ||
16 | [submodule "vendor/asio"] | ||
17 | path = vendor/asio | ||
18 | url = https://github.com/chriskohlhoff/asio/ | ||