mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:47:34 +00:00
Terminal: Port to LibMain :^)
This simplifies a bunch of error handling and makes the main function quite a bit shorter. It will become shorter yet, as we get better at propagating errors. :^)
This commit is contained in:
parent
3d34216b9a
commit
e388782f60
2 changed files with 18 additions and 53 deletions
|
@ -12,4 +12,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(Terminal ICON app-terminal)
|
||||
target_link_libraries(Terminal LibGUI LibVT)
|
||||
target_link_libraries(Terminal LibGUI LibVT LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue