mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:08:12 +00:00
7 lines
110 B
CMake
7 lines
110 B
CMake
set(SOURCES
|
|
Client.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(EchoServer)
|
|
target_link_libraries(EchoServer LibCore)
|