From 45766789a0948bec1299abb015cf042701186648 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Fri, 16 Oct 2020 14:04:01 -0400 Subject: Help: Add inheritance to CMakePresets.json example --- Help/manual/presets/example.json | 7 +++++++ 1 file changed, 7 insertions(+) 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": { -- cgit v0.12