mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:17:45 +00:00
TextEditor: Port to LibMain :^)
This opens up using TRY() for syscalls and Core::Object creation.
This commit is contained in:
parent
5a3f5582ba
commit
6536198693
2 changed files with 13 additions and 33 deletions
|
@ -15,4 +15,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(TextEditor ICON app-text-editor)
|
||||
target_link_libraries(TextEditor LibWeb LibMarkdown LibGUI LibShell LibRegex LibDesktop LibCpp LibJS LibSQL LibFileSystemAccessClient LibConfig)
|
||||
target_link_libraries(TextEditor LibWeb LibMarkdown LibGUI LibShell LibRegex LibDesktop LibCpp LibJS LibSQL LibFileSystemAccessClient LibConfig LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue