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:
parent
d1645efde9
commit
8ec9b26bba
4 changed files with 28 additions and 30 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue