From 8cf95fce0cb233125334482149c2c9f4219da52b Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 7 Jan 2021 02:41:49 -0500 Subject: improve build process, add github actions --- .gitmodules | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3