mirror of
https://github.com/pocoproject/poco.git
synced 2026-01-10 08:05:12 +01:00
3 lines
94 B
CMake
3 lines
94 B
CMake
add_executable(tcpclient src/tcpclient.cpp)
|
|
target_link_libraries(tcpclient PUBLIC Poco::Net)
|