2023-06-29 05:16:30 +02:00
|
|
|
{
|
2023-06-22 11:47:46 +02:00
|
|
|
"configurations": [
|
|
|
|
|
{
|
2023-06-29 05:16:30 +02:00
|
|
|
"name": "x64-Release",
|
2023-06-22 11:47:46 +02:00
|
|
|
"generator": "Ninja",
|
2023-06-29 05:16:30 +02:00
|
|
|
"configurationType": "Release",
|
|
|
|
|
"buildRoot": "${projectDir}\\build",
|
|
|
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
|
|
|
"cmakeCommandArgs": "",
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": "",
|
2026-05-06 23:07:50 +01:00
|
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
|
|
|
"variables": [
|
|
|
|
|
{
|
|
|
|
|
"name": "BUILD_TESTING",
|
|
|
|
|
"value": "False",
|
|
|
|
|
"type": "BOOL"
|
|
|
|
|
}
|
|
|
|
|
]
|
2023-06-29 05:16:30 +02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "x64-RelWithDebInfo",
|
|
|
|
|
"generator": "Ninja",
|
|
|
|
|
"configurationType": "RelWithDebInfo",
|
2023-06-22 11:47:46 +02:00
|
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
|
|
|
"buildRoot": "${projectDir}\\build",
|
|
|
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
|
|
|
"cmakeCommandArgs": "",
|
|
|
|
|
"buildCommandArgs": "",
|
2026-05-06 23:07:50 +01:00
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"variables": [
|
|
|
|
|
{
|
|
|
|
|
"name": "BUILD_TESTING",
|
|
|
|
|
"value": "False",
|
|
|
|
|
"type": "BOOL"
|
|
|
|
|
}
|
|
|
|
|
]
|
2023-06-22 11:47:46 +02:00
|
|
|
},
|
|
|
|
|
{
|
2023-06-29 05:16:30 +02:00
|
|
|
"name": "x64-Debug",
|
2023-06-22 11:47:46 +02:00
|
|
|
"generator": "Ninja",
|
2023-06-29 05:16:30 +02:00
|
|
|
"configurationType": "Debug",
|
2023-06-22 11:47:46 +02:00
|
|
|
"buildRoot": "${projectDir}\\build",
|
|
|
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
|
|
|
"cmakeCommandArgs": "",
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": "",
|
2023-06-29 05:16:30 +02:00
|
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
2026-05-06 23:07:50 +01:00
|
|
|
"variables": [
|
|
|
|
|
{
|
|
|
|
|
"name": "BUILD_TESTING",
|
|
|
|
|
"value": "False",
|
|
|
|
|
"type": "BOOL"
|
|
|
|
|
}
|
|
|
|
|
]
|
2023-06-22 11:47:46 +02:00
|
|
|
}
|
|
|
|
|
]
|
2026-05-06 23:07:50 +01:00
|
|
|
}
|