mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
16 lines
302 B
Plaintext
16 lines
302 B
Plaintext
{
|
|
"version": 2,
|
|
"configurePresets": [
|
|
{
|
|
"name": "default",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build/${presetName}"
|
|
}
|
|
],
|
|
"testPresets": [
|
|
{
|
|
"name": "noConfigurePreset"
|
|
}
|
|
]
|
|
}
|