mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
1e67435ff5
This is what this function really does, it doesn't compile anything.
19 lines
389 B
CMake
19 lines
389 B
CMake
serenity_component(
|
|
Welcome
|
|
TARGETS Welcome
|
|
DEPENDS Help WebContent
|
|
)
|
|
|
|
stringify_gml(WelcomeWindow.gml WelcomeWindowGML.h welcome_window_gml)
|
|
|
|
set(SOURCES
|
|
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)
|