mirror of
https://github.com/RGBCube/serenity
synced 2025-07-10 09:47:35 +00:00
16 lines
347 B
CMake
16 lines
347 B
CMake
serenity_component(
|
|
Welcome
|
|
TARGETS Welcome
|
|
DEPENDS Help WebContent
|
|
)
|
|
|
|
compile_gml(WelcomeWindow.gml WelcomeWindowGML.cpp)
|
|
|
|
set(SOURCES
|
|
WelcomeWindowGML.cpp
|
|
WelcomeWidget.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Welcome ICON app-welcome)
|
|
target_link_libraries(Welcome PRIVATE LibConfig LibCore LibGfx LibGUI LibWebView LibWeb LibMain)
|