1
Fork 0
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:
kleines Filmröllchen 2023-05-26 12:42:58 +02:00 committed by Sam Atkins
parent 05ea3d6be0
commit 6f554af9c5
4 changed files with 27 additions and 9 deletions

View file

@ -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)