initial commit
This commit is contained in:
12
.gitmodules
vendored
Normal file
12
.gitmodules
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
[submodule "thirdparty/SDL"]
|
||||
path = thirdparty/SDL
|
||||
url = https://github.com/libsdl-org/SDL.git
|
||||
[submodule "thirdparty/rapidjson"]
|
||||
path = thirdparty/rapidjson
|
||||
url = https://github.com/pah/rapidjson.git
|
||||
[submodule "thirdparty/assimp"]
|
||||
path = thirdparty/assimp
|
||||
url = https://github.com/assimp/assimp.git
|
||||
[submodule "thirdparty/SDL_image"]
|
||||
path = thirdparty/SDL_image
|
||||
url = https://github.com/libsdl-org/SDL_image.git
|
||||
Reference in New Issue
Block a user