2025-01-23 12:33:39 +01:00
|
|
|
{
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
2025-01-23 15:26:32 +01:00
|
|
|
"name": "Debug",
|
|
|
|
|
"generator": "Ninja",
|
2025-01-23 12:33:39 +01:00
|
|
|
"configurationType": "Debug",
|
|
|
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
2025-01-23 15:26:32 +01:00
|
|
|
"buildRoot": "${projectDir}\\bin\\${name}",
|
2025-01-23 12:33:39 +01:00
|
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
|
|
|
"cmakeCommandArgs": "",
|
|
|
|
|
"buildCommandArgs": "",
|
2025-01-23 15:26:32 +01:00
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"cmakeExecutable": "C:/Program Files/CMake/bin/cmake.exe"
|
2025-01-23 12:33:39 +01:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|