mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
This is only a very basic change, since the fallible function calls are all inside the `on_ready_to_accept` callback.
14 lines
202 B
CMake
14 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)
|