mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:37:35 +00:00
Run: Use new GML compiler
This commit is contained in:
parent
05ea3d6be0
commit
6f554af9c5
4 changed files with 27 additions and 9 deletions
|
@ -4,15 +4,12 @@ serenity_component(
|
|||
TARGETS Run
|
||||
)
|
||||
|
||||
stringify_gml(Run.gml RunGML.h run_gml)
|
||||
compile_gml(Run.gml RunGML.cpp)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
RunWindow.cpp
|
||||
)
|
||||
|
||||
set(GENERATED_SOURCES
|
||||
RunGML.h
|
||||
RunGML.cpp
|
||||
)
|
||||
|
||||
serenity_app(Run ICON app-run)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue