mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-06 11:12:54 +00:00
This adds component declarations so that users can select to not build certain parts of the OS.
16 lines
276 B
CMake
16 lines
276 B
CMake
serenity_component(
|
|
Help
|
|
RECOMMENDED
|
|
TARGETS Help
|
|
)
|
|
|
|
set(SOURCES
|
|
History.cpp
|
|
main.cpp
|
|
ManualModel.cpp
|
|
ManualPageNode.cpp
|
|
ManualSectionNode.cpp
|
|
)
|
|
|
|
serenity_app(Help ICON app-help)
|
|
target_link_libraries(Help LibWeb LibMarkdown LibGUI LibDesktop)
|