22 lines
390 B
YAML
22 lines
390 B
YAML
defaults:
|
|
cpp_standard: c++23
|
|
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
|
|
|
|
enable_import_std: true
|
|
|
|
default_target: linux
|
|
|
|
targets:
|
|
linux:
|
|
output_file: rutile_game
|
|
# TODO: In a release build, set -DNDEBUG
|