add bash script for easy building
This commit is contained in:
6
build_sdl_and_friends.sh
Executable file
6
build_sdl_and_friends.sh
Executable 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
|
||||||
Reference in New Issue
Block a user