cmake_minimum_required(VERSION 3.28)

project(a11-superbuild LANGUAGES CXX)

include(CTest)

add_subdirectory(cpp)
