2021-12-16 19:29:48 +00:00
|
|
|
{
|
|
|
|
"version": 3,
|
|
|
|
"cmakeMinimumRequired": {
|
|
|
|
"major": 3,
|
2021-12-16 19:56:11 +00:00
|
|
|
"minor": 12,
|
2021-12-16 19:29:48 +00:00
|
|
|
"patch": 0
|
|
|
|
},
|
|
|
|
"configurePresets": [
|
|
|
|
{
|
|
|
|
"name": "default",
|
|
|
|
"displayName": "Default Configure Settings",
|
|
|
|
"description": "Sets build and install directories",
|
|
|
|
"binaryDir": "${sourceDir}/build",
|
|
|
|
"generator": "Unix Makefiles"
|
2022-01-01 09:38:45 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "windows-default",
|
|
|
|
"displayName": "Windows only Configure Settings",
|
|
|
|
"description": "Sets build and install directories",
|
|
|
|
"binaryDir": "${sourceDir}/build",
|
|
|
|
"generator": "Ninja",
|
|
|
|
"architecture": {
|
|
|
|
"value": "x64",
|
|
|
|
"strategy": "external"
|
|
|
|
},
|
|
|
|
"cacheVariables": {
|
|
|
|
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
|
|
|
|
}
|
2021-12-16 19:29:48 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"buildPresets": [
|
|
|
|
{
|
|
|
|
"name": "default",
|
|
|
|
"configurePreset": "default",
|
|
|
|
"displayName": "Default Build",
|
|
|
|
"description": "Default Build",
|
|
|
|
"jobs": 2
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|