add_library(http src/http.cpp) target_link_libraries(http common) target_link_libraries(http http-parser-static)