add_executable(wordcount_hasher hasher.cc)
target_link_libraries(wordcount_hasher muduo_net)

add_executable(wordcount_receiver receiver.cc)
target_link_libraries(wordcount_receiver muduo_net)
