1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:07:34 +00:00

Help: Use new GML code generator

This commit is contained in:
kleines Filmröllchen 2023-02-08 17:20:43 +01:00 committed by Jelle Raaijmakers
parent d1645efde9
commit 8ec9b26bba
4 changed files with 28 additions and 30 deletions

View file

@ -5,17 +5,14 @@ serenity_component(
DEPENDS WebContent
)
stringify_gml(HelpWindow.gml HelpWindowGML.h help_window_gml)
compile_gml(HelpWindow.gml HelpWindowGML.cpp)
set(SOURCES
History.cpp
main.cpp
MainWidget.cpp
ManualModel.cpp
)
set(GENERATED_SOURCES
HelpWindowGML.h
HelpWindowGML.cpp
)
serenity_app(Help ICON app-help)