
cmake_minimum_required(VERSION 3.21)
project(cmake-file-api-example LANGUAGES CXX)

add_executable(cmake-file-api-example main.cpp)