Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 992 Bytes

cmake_presets.md

File metadata and controls

15 lines (10 loc) · 992 Bytes

CMake Presets

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.

TODO

  1. Test Preset is not supported.
  2. Package Preset is not supported.
  3. Workflow Preset is not supported.
  4. Condition is nor supported.
  5. Some macros not supported yet: $env{<variable-name>}, $penv{<variable-name>}, $vendor{<macro-name>}