frnetlib/examples/CMakeLists.txt
Unknown 13f709aebb Added examples for a simple WebSocket client and Server.
Removed automatic ping pong response, and disconnection from fr::WebSocket, as it should be handled by the library user, really.

Updated ReadMe.
2018-03-03 16:02:17 +00:00

3 lines
101 B
CMake

add_subdirectory(simple_http_server_and_client)
add_subdirectory(simple_websocket_server_and_client)