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

4
config/config-mac-xcode.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
cd "${0%/*}"
cmake -G "Xcode" -B ../build/mac -S ..