Skip to content
Snippets Groups Projects
Commit 87b170d9 authored by Michael Hirsch's avatar Michael Hirsch Committed by Brad King
Browse files

Help: Add build and test preset to examples in cmake-presets(7)

Co-Author: Brad King <brad.king@kitware.com>
parent 3f8cf006
No related branches found
No related tags found
No related merge requests found
{
"version": 1,
"version": 2,
"cmakeMinimumRequired": {
"major": 3,
"minor": 19,
"minor": 20,
"patch": 0
},
"configurePresets": [
......@@ -37,6 +37,20 @@
"generator": "Ninja Multi-Config"
}
],
"buildPresets": [
{
"name": "default",
"configurePreset": "default"
}
],
"testPresets": [
{
"name": "default",
"configurePreset": "default",
"output": {"outputOnFailure": true},
"execution": {"noTestsAction": "error", "stopOnFailure": true}
}
],
"vendor": {
"example.com/ExampleIDE/1.0": {
"autoFormat": false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment