mirror of
https://github.com/Motschen/Adventura.git
synced 2025-12-15 11:25:10 +01:00
feat: use CMake and SDL3
Based on: https://github.com/Ravbug/sdl3-sample
This commit is contained in:
12
.gitmodules
vendored
Normal file
12
.gitmodules
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
[submodule "SDL"]
|
||||
path = SDL
|
||||
url = https://github.com/libsdl-org/SDL
|
||||
[submodule "SDL_ttf"]
|
||||
path = SDL_ttf
|
||||
url = https://github.com/libsdl-org/SDL_ttf
|
||||
[submodule "SDL_mixer"]
|
||||
path = SDL_mixer
|
||||
url = https://github.com/libsdl-org/SDL_mixer
|
||||
[submodule "SDL_image"]
|
||||
path = SDL_image
|
||||
url = https://github.com/libsdl-org/SDL_image
|
||||
Reference in New Issue
Block a user