mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 11:39:44 +03:00
3667d7e93c
Deduced this mostly by looking at unveil()s.
23 lines
447 B
CMake
23 lines
447 B
CMake
serenity_component(
|
|
Help
|
|
RECOMMENDED
|
|
TARGETS Help
|
|
DEPENDS WebContent
|
|
)
|
|
|
|
compile_gml(HelpWindow.gml HelpWindowGML.h help_window_gml)
|
|
|
|
set(SOURCES
|
|
HelpWindowGML.h
|
|
History.cpp
|
|
main.cpp
|
|
MainWidget.cpp
|
|
ManualModel.cpp
|
|
ManualPageNode.cpp
|
|
ManualSectionNode.cpp
|
|
)
|
|
|
|
serenity_app(Help ICON app-help)
|
|
target_link_libraries(Help LibWebView LibWeb LibMarkdown LibGUI LibDesktop LibMain)
|
|
link_with_unicode_data(Help)
|