summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2020-10-16 18:04:01 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2020-10-19 14:29:19 (GMT)
commit45766789a0948bec1299abb015cf042701186648 (patch)
tree8c7f5366eecafbaf7c9a48cee5ba92ed3de5b66c
parent88c9d6f6eb2307aa083845246a7182e8dc0906fd (diff)
downloadCMake-45766789a0948bec1299abb015cf042701186648.zip
CMake-45766789a0948bec1299abb015cf042701186648.tar.gz
CMake-45766789a0948bec1299abb015cf042701186648.tar.bz2
Help: Add inheritance to CMakePresets.json example
-rw-r--r--Help/manual/presets/example.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/manual/presets/example.json b/Help/manual/presets/example.json
index f11d201..d3b6f4a 100644
--- a/Help/manual/presets/example.json
+++ b/Help/manual/presets/example.json
@@ -28,6 +28,13 @@
"autoFormat": true
}
}
+ },
+ {
+ "name": "ninja-multi",
+ "inherits": "default",
+ "displayName": "Ninja Multi-Config",
+ "description": "Default build using Ninja Multi-Config generator",
+ "generator": "Ninja Multi-Config"
}
],
"vendor": {