Crate cmake_preset

Crate cmake_preset 

Source
Expand description

A tool library for building C++ code using CMake Presets in Rust projects

This library provides a simple way to call CMake Presets from Rust’s build.rs script.

Structs§

CMakePresetBuilder
Builder for CMake presets
StatusBuild
Type status: Construction
StatusConfig
Type status: Configuration
StatusSetConfigPreset
Type status: Set the preset name
StatusSetLibraryName
Type status: Set the library name
StatusSetProjectDir
Type status: Set the project directory