Files
LeanDoom/build_sdl_and_friends.sh

6 lines
133 B
Bash
Executable File

cd vendor/SDL
cmake -S . -B build
cmake --build build
cd ../SDL_image
cmake -S . -B build -DSDL3_DIR=../SDL/build
cmake --build build