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

5 lines
178 B
CMake

add_executable(concurrent_http_server ConcurrentHTTPServer.cpp)
target_link_libraries(concurrent_http_server frnetlib)
install(TARGETS concurrent_http_server DESTINATION "bin")