mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-07-27 02:47:12 +02:00
Still gets some warnings because compilers have changed. But should work.
3 lines
94 B
CMake
3 lines
94 B
CMake
add_executable(tcpclient src/tcpclient.cpp)
|
|
target_link_libraries(tcpclient PUBLIC Poco::Net)
|