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:
parent
98c8eca70c
commit
143f820c68
2 changed files with 9 additions and 14 deletions
|
@ -10,4 +10,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_bin(TelnetServer)
|
||||
target_link_libraries(TelnetServer LibCore)
|
||||
target_link_libraries(TelnetServer LibCore LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue