20 lines
423 B
JSON
20 lines
423 B
JSON
|
{
|
||
|
"version": 2,
|
||
|
"configurePresets": [
|
||
|
{
|
||
|
"name": "default",
|
||
|
"generator": "@RunCMake_GENERATOR@",
|
||
|
"binaryDir": "${sourceDir}/build/${presetName}"
|
||
|
}
|
||
|
],
|
||
|
"testPresets": [
|
||
|
{
|
||
|
"name": "noTestsAction",
|
||
|
"configurePreset": "default",
|
||
|
"execution": {
|
||
|
"noTestsAction": "error"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|