mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 16:37:47 +00:00
Escalator: Port Escalator to GML Compiler
This commit is contained in:
parent
7d63b8b95f
commit
9507157f04
6 changed files with 35 additions and 10 deletions
|
@ -4,16 +4,13 @@ serenity_component(
|
|||
TARGETS Escalator
|
||||
)
|
||||
|
||||
stringify_gml(Escalator.gml EscalatorGML.h escalator_gml)
|
||||
compile_gml(Escalator.gml EscalatorGML.cpp)
|
||||
|
||||
set(SOURCES
|
||||
EscalatorGML.cpp
|
||||
main.cpp
|
||||
EscalatorWindow.cpp
|
||||
)
|
||||
|
||||
set(GENERATED_SOURCES
|
||||
EscalatorGML.h
|
||||
)
|
||||
|
||||
serenity_app(Escalator ICON app-escalator)
|
||||
target_link_libraries(Escalator PRIVATE LibCore LibDesktop LibGfx LibGUI LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue