11 lines
183 B
YAML
11 lines
183 B
YAML
|
|
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
|