mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-04 01:05:58 +03:00
dd66f5e838
This managed to fly under my radar for the LibManual PR, and somehow it only happens for the Clang build but doesn't always trigger on CI.
24 lines
465 B
CMake
24 lines
465 B
CMake
serenity_component(
|
|
Help
|
|
RECOMMENDED
|
|
TARGETS Help
|
|
DEPENDS WebContent
|
|
)
|
|
|
|
compile_gml(HelpWindow.gml HelpWindowGML.h help_window_gml)
|
|
|
|
set(SOURCES
|
|
History.cpp
|
|
main.cpp
|
|
MainWidget.cpp
|
|
ManualModel.cpp
|
|
)
|
|
|
|
set(GENERATED_SOURCES
|
|
HelpWindowGML.h
|
|
)
|
|
|
|
serenity_app(Help ICON app-help)
|
|
target_link_libraries(Help PRIVATE LibCore LibWebView LibWeb LibMarkdown LibGfx LibGUI LibDesktop LibMain LibManual LibLocale)
|
|
link_with_locale_data(Help)
|