mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
18 lines
349 B
CMake
18 lines
349 B
CMake
serenity_component(
|
|
Welcome
|
|
TARGETS Welcome
|
|
DEPENDS Help WebContent
|
|
)
|
|
|
|
compile_gml(WelcomeWindow.gml WelcomeWindowGML.h welcome_window_gml)
|
|
|
|
set(SOURCES
|
|
WelcomeWindowGML.h
|
|
WelcomeWidget.cpp
|
|
WelcomeWidget.h
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Welcome ICON app-welcome)
|
|
target_link_libraries(Welcome LibGUI LibWebView LibWeb LibMain)
|