cmake_minimum_required(VERSION 3.10)
project("Cap'n Proto Root" CXX)
include(CTest)

add_subdirectory(c++)
