frnetlib/examples/CMakeLists.txt
Fred Nicolson 322f53841b Removed SocketReactor. Switched SocketSelector implementation to EPOLL
Should result in better performance, although a Windows implementation is not yet ready.
2018-10-01 15:36:13 +01:00

4 lines
142 B
CMake

add_subdirectory(simple_http_server_and_client)
add_subdirectory(simple_websocket_server_and_client)
add_subdirectory(concurrent_http_server)