add_library(http-server STATIC
    Server/Listener.cpp
        Server/Session.cpp
)
target_include_directories(http-server PUBLIC Server)
target_link_libraries(http-server PUBLIC boost::boost)