rutile-game/shuriken.yaml

12 lines
212 B
YAML
Raw Normal View History

2025-10-22 00:20:48 +02:00
defaults:
cpp_standard: c++23
cpp_flags: -Wall -Wextra -Werror -pedantic
linker_args: -lSDL3 -lSDL3_image
default_target: linux
targets:
linux:
output_file: rutile_game
2025-11-17 21:17:45 +01:00
cpp_flags_extra: -DDEBUG