diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e69de29..58279b0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "vcpkg"] + path = ci/vcpkg + url = https://github.com/microsoft/vcpkg/ +[submodule "thirdparty/simpleini"] + path = thirdparty/simpleini + url = https://github.com/brofield/simpleini +[submodule "thirdparty/IXWebSocket"] + path = thirdparty/IXWebSocket + url = https://github.com/machinezone/ixwebsocket +[submodule "ci/vcpkg"] + path = ci/vcpkg + url = https://github.com/microsoft/vcpkg |