mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 06:02:07 +03:00
17 lines
347 B
CMake
17 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)
|