Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | presets: Add $schema property to JSON schema | ChenMoFeiJin | 2023-09-12 | 1 | -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 functions | Kyle Edwards | 2023-08-16 | 1 | -0/+116 |
And rename cmCMakePresetErrors to cmCMakePresetsErrors. |