shuriken/examples/sdl_app/shuriken.yaml

11 lines
183 B
YAML
Raw Normal View History

2025-10-18 00:49:05 +02:00
defaults:
cpp_standard: c++20
cpp_flags: -Wall -Wextra -Werror -pedantic
linker_args: -lSDL3 -lSDL3_image
default_target: linux
targets:
linux:
output_file: sdl_example