Commit cff0edd5 authored by octal's avatar octal

Forgot to commit examples CMakeFiles

parent 670bb0df
add_executable(http_server http_server.cc) add_executable(http_server http_server.cc)
target_link_libraries(http_server net) target_link_libraries(http_server net)
add_executable(hello_server hello_server.cc)
target_link_libraries(hello_server net)
add_executable(http_client http_client.cc) add_executable(http_client http_client.cc)
target_link_libraries(http_client net) target_link_libraries(http_client net)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment