mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 19:15:06 +00:00
12 lines
179 B
CMake
12 lines
179 B
CMake
serenity_component(
|
|
EchoServer
|
|
TARGETS EchoServer
|
|
)
|
|
|
|
set(SOURCES
|
|
Client.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(EchoServer)
|
|
target_link_libraries(EchoServer LibCore LibMain)
|