Implement UIs using RmlUi
This commit is contained in:
parent
8039b1276e
commit
7f37be386d
27 changed files with 1457 additions and 42 deletions
|
|
@ -1,7 +1,17 @@
|
|||
defaults:
|
||||
cpp_standard: c++23
|
||||
cpp_flags: -Wall -Wextra -Werror -pedantic
|
||||
linker_args: -lSDL3 -lSDL3_image
|
||||
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
|
||||
|
||||
default_target: linux
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue