mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
87465f7c54
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.
10 lines
197 B
CMake
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)
|