diff options
author | Ben McMorran <bemcmorr@microsoft.com> | 2020-10-13 23:50:59 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2020-10-20 16:07:09 (GMT) |
commit | 0307f7c980a370ae5c8a7fc046a6df072a6fb0d4 (patch) | |
tree | 613d3e6215d8907f42c6389ae7600950f138df98 /Help/guide/ide-integration | |
parent | 81c88bb26190da0d9f5a2ceda8239387c2fdcd73 (diff) | |
download | CMake-0307f7c980a370ae5c8a7fc046a6df072a6fb0d4.zip CMake-0307f7c980a370ae5c8a7fc046a6df072a6fb0d4.tar.gz CMake-0307f7c980a370ae5c8a7fc046a6df072a6fb0d4.tar.bz2 |
Help: Add JSON schema for CMakePresets.json
Diffstat (limited to 'Help/guide/ide-integration')
-rw-r--r-- | Help/guide/ide-integration/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/guide/ide-integration/index.rst b/Help/guide/ide-integration/index.rst index b1b9fc4..8ea31a0 100644 --- a/Help/guide/ide-integration/index.rst +++ b/Help/guide/ide-integration/index.rst @@ -69,6 +69,9 @@ While reading, parsing, and evaluating the contents of ``CMakePresets.json`` is straightforward, it is not trivial. In addition to the documentation, IDE vendors may also wish to refer to the CMake source code and test cases for a better understanding of how to implement the format. +:download:`This file </manual/presets/schema.json>` provides a machine-readable +JSON schema for the ``CMakePresets.json`` format that IDE vendors may find +useful for validation and providing editing assistance. Configuring =========== |