Add SDL2 submodule for MSVC development.
Tracking 2.0.10 headers and libraries.
This commit is contained in:
parent
404aa82147
commit
d355d433c5
|
@ -52,3 +52,6 @@
|
||||||
[submodule "third_party/cxxopts"]
|
[submodule "third_party/cxxopts"]
|
||||||
path = third_party/cxxopts
|
path = third_party/cxxopts
|
||||||
url = https://github.com/jarro2783/cxxopts.git
|
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
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit f102d8b36395200682108e88bec54bf9acd1004a
|
Loading…
Reference in New Issue