5 lines
178 B
CMake
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")
|