mirror of
https://github.com/RGBCube/serenity
synced 2025-07-23 08:17:34 +00:00

So far, clicking on a link from the Markdown/HTML preview Web::PageView did nothing - now we pass that link to Desktop::Launcher, which will then open it in Browser, FileManager, another TextEditor instance etc.
7 lines
149 B
CMake
7 lines
149 B
CMake
set(SOURCES
|
|
main.cpp
|
|
TextEditorWidget.cpp
|
|
)
|
|
|
|
serenity_bin(TextEditor)
|
|
target_link_libraries(TextEditor LibWeb LibMarkdown LibGUI LibDesktop)
|