ladybird/Applications/Help/CMakeLists.txt
Linus Groh 87465f7c54 Help: Handle external links
Links which do not have the "file" protocol (most commonly links to
external websites - http and https) are now not treated as file paths
anymore but instead handled by Desktop::Launcher.

The same applies to files outside of /usr/share/man.

Fixes #2727.
2020-07-07 17:42:50 +02:00

10 lines
197 B
CMake

set(SOURCES
History.cpp
main.cpp
ManualModel.cpp
ManualPageNode.cpp
ManualSectionNode.cpp
)
serenity_bin(Help)
target_link_libraries(Help LibWeb LibMarkdown LibGUI LibDesktop)