TarsCloud_TarsCpp/examples/UdpDemo/CMakeLists.txt
ruanshudong 21f58d250b 1 udp in ipv6 bug
2 add tars.resource
3 fix rsp queue
4 add max buffer limit
5 send queue, data accumulate clear
6 Adjust cmake third library path
7 tc_network_buffer add iterator
8 optimize tc_http tc_http_async, improve http parser performance
2020-03-04 10:33:14 +08:00

6 lines
80 B
CMake

include_directories(Server)
add_subdirectory(Server)
add_subdirectory(Client)