Browse Source

Help: Add inheritance to CMakePresets.json example

Kyle Edwards 5 years ago
parent
commit
45766789a0
1 changed files with 7 additions and 0 deletions
  1. 7 0
      Help/manual/presets/example.json

+ 7 - 0
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": {