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
|
|
|
|
|
|
|
|
default_target: linux
|
|
|
|
|
|
|
|
|
|
targets:
|
|
|
|
|
linux:
|
|
|
|
|
output_file: rutile_game
|
2025-11-23 21:50:57 +01:00
|
|
|
# TODO: In a release build, set -DNDEBUG
|