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-23 21:50:57 +01:00
|
|
|
# TODO: In a release build, set -DNDEBUG
|