18 lines
298 B
18 lines
298 B
3 years ago
|
{
|
||
|
"version": 2,
|
||
|
"configurePresets": [
|
||
|
{
|
||
|
"name": "default",
|
||
|
"generator": "@RunCMake_GENERATOR@",
|
||
|
"binaryDir": "${sourceDir}/build"
|
||
|
}
|
||
|
],
|
||
|
"buildPresets": [
|
||
|
{
|
||
|
"name": "conditionFuture",
|
||
|
"configurePreset": "default",
|
||
|
"condition": true
|
||
|
}
|
||
|
]
|
||
|
}
|