1 2 3 4 5
cmake_minimum_required(VERSION 3.21) project(cmake-file-api-example LANGUAGES CXX) add_executable(cmake-file-api-example main.cpp)