diff options
Diffstat (limited to 'Help/manual/presets')
-rw-r--r-- | Help/manual/presets/example.json | 7 |
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": { |