mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
30 lines
588 B
Plaintext
30 lines
588 B
Plaintext
{
|
|
"version": 13,
|
|
"configurePresets": [
|
|
{
|
|
"name": "configure",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build/configure"
|
|
}
|
|
],
|
|
"testPresets": [
|
|
{
|
|
"name": "base",
|
|
"hidden": true,
|
|
"environment": {
|
|
"TEST_PRESET_NAME": "${presetName}",
|
|
"TEST_CONFIGURE_PRESET_NAME": "${configurePresetName}"
|
|
}
|
|
},
|
|
{
|
|
"name": "test",
|
|
"inherits": "base",
|
|
"configurePreset": "configure",
|
|
"configuration": "Debug",
|
|
"output": {
|
|
"verbosity": "verbose"
|
|
}
|
|
}
|
|
]
|
|
}
|