From d355d433c5ce957c98abacfa805786692b147d28 Mon Sep 17 00:00:00 2001 From: Joel Linn Date: Mon, 10 Feb 2020 00:25:41 +0100 Subject: [PATCH] Add SDL2 submodule for MSVC development. Tracking 2.0.10 headers and libraries. --- .gitmodules | 3 +++ third_party/SDL2-devel-VC | 1 + 2 files changed, 4 insertions(+) create mode 160000 third_party/SDL2-devel-VC diff --git a/.gitmodules b/.gitmodules index 4985c2c43..fe00be427 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "third_party/cxxopts"] path = third_party/cxxopts url = https://github.com/jarro2783/cxxopts.git +[submodule "third_party/SDL2-devel-VC"] + path = third_party/SDL2-devel-VC + url = https://github.com/xenia-project/SDL2-devel-VC.git diff --git a/third_party/SDL2-devel-VC b/third_party/SDL2-devel-VC new file mode 160000 index 000000000..f102d8b36 --- /dev/null +++ b/third_party/SDL2-devel-VC @@ -0,0 +1 @@ +Subproject commit f102d8b36395200682108e88bec54bf9acd1004a