cmake_minimum_required(VERSION 3.20)
project(cf_basic_io LANGUAGES CXX)

add_subdirectory(src/cf_basic_io/cpp)
