Compile all dependencies from git submodules, convert to cmake

This commit is contained in:
2026-05-12 21:39:07 -04:00
parent 243107d0ae
commit d52be8b4fd
13 changed files with 66 additions and 26 deletions

24
.gitmodules vendored Normal file
View File

@@ -0,0 +1,24 @@
[submodule "deps/SDL"]
path = deps/SDL
url = git@github.com:libsdl-org/SDL.git
[submodule "deps/SDL_image"]
path = deps/SDL_image
url = git@github.com:libsdl-org/SDL_image.git
[submodule "deps/SDL_mixer"]
path = deps/SDL_mixer
url = git@github.com:libsdl-org/SDL_mixer.git
[submodule "deps/SDL_ttf"]
path = deps/SDL_ttf
url = git@github.com:libsdl-org/SDL_ttf.git
[submodule "deps/libakgl"]
path = deps/libakgl
url = https://source.home.aklabs.net/andrew/libakgl.git
[submodule "deps/libsdlerror"]
path = deps/libakerror
url = https://source.home.aklabs.net/andrew/libsdlerror.git
[submodule "deps/libakstdlib"]
path = deps/libakstdlib
url = https://source.home.aklabs.net/andrew/libakstdlib.git
[submodule "deps/jansson"]
path = deps/jansson
url = git@github.com:akheron/jansson.git