add bash script for easy building

This commit is contained in:
ValorZard
2025-08-29 10:46:20 -07:00
parent 7295b9087c
commit 348ae6071d

6
build_sdl_and_friends.sh Executable file
View File

@@ -0,0 +1,6 @@
cd SDL
cmake -S . -B build
cmake --build build
cd ../SDL_image
cmake -S . -B build -DSDL3_DIR=../SDL/build
cmake --build build