SDL & Meson starter Build & test & run In repo root. Initial build setup: meson build cd build Test (from /build/): meson test run (from /build/): meson compile && ./src/sdl_template