CMake Presets is a "standard" way in cmake to share settings with other people.
Read more about CMake presets from CMake docs.
Attention: Support for CMake Presets takes top priority, so if "cmake[-user]-presets.json" or "CMake[User]Presets.json" is provided, then cmake kits and cmake variants won't have any effect.
- Test Preset is not supported.
- Package Preset is not supported.
- Workflow Preset is not supported.
- Condition is nor supported.
- Some macros not supported yet:
$env{<variable-name>}
,$penv{<variable-name>}
,$vendor{<macro-name>}