1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:57:36 +00:00

EchoServer: Port to LibMain

This commit is contained in:
Sam Atkins 2021-12-25 14:31:45 +00:00 committed by Andreas Kling
parent 289cf8d7ef
commit 98c8eca70c
2 changed files with 7 additions and 15 deletions

View file

@ -9,4 +9,4 @@ set(SOURCES
)
serenity_bin(EchoServer)
target_link_libraries(EchoServer LibCore)
target_link_libraries(EchoServer LibCore LibMain)