Browse Source

Add SDL2 source as a submodule

LouYihua 7 years ago
parent
commit
feecc5d909
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .gitmodules

+ 3 - 0
.gitmodules

@@ -1,3 +1,6 @@
 [submodule "3rd/googletest"]
 	path = 3rd/googletest
 	url = https://github.com/google/googletest
+[submodule "3rd/SDL"]
+	path = 3rd/SDL
+	url = https://github.com/sdlpal/SDL.git