Files

28 lines
856 B
JSON
Raw Permalink Normal View History

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-24 23:20:26 +01:00
"buildRoot": "${projectDir}\\build",
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-24 22:34:23 +01:00
},
{
"name": "Release",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
2025-01-24 23:20:26 +01:00
"buildRoot": "${projectDir}\\build",
2025-01-24 22:34:23 +01:00
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeExecutable": "C:/Program Files/CMake/bin/cmake.exe",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
2025-01-24 23:20:26 +01:00
"inheritEnvironments": [ "msvc_x64_x64" ]
2025-01-23 12:33:39 +01:00
}
]
}