16 lines
508 B
JSON
16 lines
508 B
JSON
{
|
|
"version": 8,
|
|
"configurePresets": [
|
|
{
|
|
"name": "andrea",
|
|
"displayName": "Custom configure preset",
|
|
"description": "Sets Ninja generator, build and install directory",
|
|
"generator": "Ninja",
|
|
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Debug",
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}"
|
|
}
|
|
}
|
|
]
|
|
} |