feat: use CMake and SDL3

Based on: https://github.com/Ravbug/sdl3-sample
This commit is contained in:
Martin Prokoph
2025-02-28 18:23:23 +01:00
parent d46a0324a8
commit 071867674f
26 changed files with 1323 additions and 33 deletions

12
.gitmodules vendored Normal file
View 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