mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 11:25:07 +00:00

Also moves WebContentClient and the references to the generated IPC descriptions, since they are all components of OutOfProcessWebView. This patch has no functional changes.
19 lines
569 B
CMake
19 lines
569 B
CMake
serenity_component(
|
|
TextEditor
|
|
RECOMMENDED
|
|
TARGETS TextEditor
|
|
DEPENDS ImageDecoder RequestServer WebContent FileSystemAccessServer
|
|
)
|
|
|
|
compile_gml(TextEditorWindow.gml TextEditorWindowGML.h text_editor_window_gml)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
FileArgument.cpp
|
|
MainWidget.cpp
|
|
TextEditorWindowGML.h
|
|
)
|
|
|
|
serenity_app(TextEditor ICON app-text-editor)
|
|
target_link_libraries(TextEditor LibWebView LibWeb LibMarkdown LibGUI LibShell LibRegex LibDesktop LibCpp LibJS LibSQL LibFileSystemAccessClient LibConfig LibMain)
|
|
link_with_unicode_data(TextEditor)
|