mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 16:47:34 +00:00
Flood: Use the new GML compiler
This commit is contained in:
parent
8434b3a0c6
commit
adaf4a9ed5
8 changed files with 59 additions and 17 deletions
|
@ -4,20 +4,17 @@ serenity_component(
|
|||
TARGETS Flood
|
||||
)
|
||||
|
||||
stringify_gml(FloodWindow.gml FloodWindowGML.h flood_window_gml)
|
||||
stringify_gml(SettingsDialog.gml SettingsDialogGML.h settings_dialog_gml)
|
||||
compile_gml(FloodWindow.gml FloodWindowGML.cpp)
|
||||
compile_gml(SettingsWidget.gml SettingsWidgetGML.cpp)
|
||||
|
||||
set(SOURCES
|
||||
Board.cpp
|
||||
BoardWidget.cpp
|
||||
FloodWindowGML.cpp
|
||||
SettingsDialog.cpp
|
||||
SettingsWidgetGML.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
set(GENERATED_SOURCES
|
||||
FloodWindowGML.h
|
||||
SettingsDialogGML.h
|
||||
)
|
||||
|
||||
serenity_app(Flood ICON app-flood)
|
||||
target_link_libraries(Flood PRIVATE LibConfig LibCore LibDesktop LibGfx LibGUI LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue