cmake_minimum_required(VERSION 3.0)
project(third_party)

add_subdirectory(http_parser)
add_subdirectory(json_parser)