mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 20:32:56 +03:00
13 lines
179 B
CMake
13 lines
179 B
CMake
serenity_component(
|
|
EchoServer
|
|
TARGETS EchoServer
|
|
)
|
|
|
|
set(SOURCES
|
|
Client.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(EchoServer)
|
|
target_link_libraries(EchoServer LibCore LibMain)
|