1
Fork 0
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:
Andreas Kling 2021-11-22 16:12:40 +01:00
parent 3d34216b9a
commit e388782f60
2 changed files with 18 additions and 53 deletions

View file

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