mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
20 lines
423 B
Plaintext
20 lines
423 B
Plaintext
{
|
|
"version": 2,
|
|
"configurePresets": [
|
|
{
|
|
"name": "default",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build/${presetName}"
|
|
}
|
|
],
|
|
"testPresets": [
|
|
{
|
|
"name": "noTestsAction",
|
|
"configurePreset": "default",
|
|
"execution": {
|
|
"noTestsAction": "error"
|
|
}
|
|
}
|
|
]
|
|
}
|