summaryrefslogtreecommitdiffstats
path: root/Source/cmCMakePresetsErrors.h
Commit message (Collapse)AuthorAgeFilesLines
* presets: Add $schema property to JSON schemaChenMoFeiJin2023-09-121-0/+2
| | | | | | | Many modern code editors have support for JSON Schema. When you specify the `$schema` property in a JSON file, the editor can provide features like auto-completion, error checking, etc., which can improve your efficiency when writing and modifying the `CMakePresets.json` file.
* CMakePresets: Make error generators proper functionsKyle Edwards2023-08-161-0/+116
And rename cmCMakePresetErrors to cmCMakePresetsErrors.