mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 15:34:58 +00:00

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)
|