cmake_minimum_required(VERSION 3.0)

project(http_server)

add_subdirectory("examples")
add_subdirectory("tests")
add_subdirectory("benchmarks")

