cmake-file-api 0.1.2

Parsing and interacting with cmake-file-api
Documentation
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)