mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
143f820c68
This is only a very basic change, since the fallible function calls are all inside the `on_ready_to_accept` callback.
13 lines
202 B
CMake
13 lines
202 B
CMake
serenity_component(
|
|
TelnetServer
|
|
TARGETS TelnetServer
|
|
)
|
|
|
|
set(SOURCES
|
|
Client.cpp
|
|
main.cpp
|
|
Parser.cpp
|
|
)
|
|
|
|
serenity_bin(TelnetServer)
|
|
target_link_libraries(TelnetServer LibCore LibMain)
|