rutile-game/shuriken.yaml

23 lines
390 B
YAML
Raw Normal View History

2025-10-22 00:20:48 +02:00
defaults:
cpp_standard: c++23
2026-05-10 23:23:40 +02:00
cpp_flags: >-
-Wall
-Wextra
-pedantic
-Ivendor/RmlUi/Include
linker_args: >-
-lSDL3
-lSDL3_image
-lfreetype
vendor/RmlUi/Build/librmlui_debugger.a
vendor/RmlUi/Build/librmlui.a
2025-10-22 00:20:48 +02:00
2026-05-15 01:49:53 +02:00
enable_import_std: true
2025-10-22 00:20:48 +02:00
default_target: linux
targets:
linux:
output_file: rutile_game
# TODO: In a release build, set -DNDEBUG