mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
Help: Add inheritance to CMakePresets.json example
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user