2023-01-25 13:49:54 -08:00
|
|
|
{
|
|
|
|
"version": 2,
|
|
|
|
"configurePresets": [
|
|
|
|
{
|
|
|
|
"name": "build",
|
|
|
|
"displayName": "Configure preset using toolchain file",
|
|
|
|
"description": "Sets Ninja generator, build and install directory",
|
|
|
|
"generator": "Ninja Multi-Config",
|
|
|
|
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
|
|
|
"cacheVariables": {
|
|
|
|
"CMAKE_TOOLCHAIN_FILE": "",
|
|
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}",
|
|
|
|
"CMAKE_EXPORT_COMPILE_COMMANDS": "On"
|
|
|
|
}
|
|
|
|
}
|
2024-08-27 14:51:52 -07:00
|
|
|
],
|
|
|
|
"buildPresets": [
|
|
|
|
{
|
|
|
|
"name": "build",
|
|
|
|
"description": "",
|
|
|
|
"displayName": "",
|
|
|
|
"configurePreset": "build"
|
|
|
|
}
|
2023-01-25 13:49:54 -08:00
|
|
|
]
|
|
|
|
}
|