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

Welcome: Port to GML Compiler

This commit is contained in:
Mr.UNIX 2024-01-19 22:09:21 +01:00 committed by Tim Schumacher
parent 0a4ef6f3b7
commit 69ffdd5738
5 changed files with 15 additions and 16 deletions

View file

@ -4,16 +4,13 @@ serenity_component(
DEPENDS Help WebContent
)
stringify_gml(WelcomeWindow.gml WelcomeWindowGML.h welcome_window_gml)
compile_gml(WelcomeWindow.gml WelcomeWindowGML.cpp)
set(SOURCES
WelcomeWindowGML.cpp
WelcomeWidget.cpp
main.cpp
)
set(GENERATED_SOURCES
WelcomeWindowGML.h
)
serenity_app(Welcome ICON app-welcome)
target_link_libraries(Welcome PRIVATE LibConfig LibCore LibGfx LibGUI LibWebView LibWeb LibMain)