Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 256 Bytes

File metadata and controls

21 lines (12 loc) · 256 Bytes

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