1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 05:47:34 +00:00

TelnetServer: Port to LibMain

This is only a very basic change, since the fallible function calls are
all inside the `on_ready_to_accept` callback.
This commit is contained in:
Sam Atkins 2021-12-25 14:49:38 +00:00 committed by Andreas Kling
parent 98c8eca70c
commit 143f820c68
2 changed files with 9 additions and 14 deletions

View file

@ -10,4 +10,4 @@ set(SOURCES
)
serenity_bin(TelnetServer)
target_link_libraries(TelnetServer LibCore)
target_link_libraries(TelnetServer LibCore LibMain)