28 lines
917 B
JSON
28 lines
917 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "x64-Debug",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"variables": [
|
|
{
|
|
"name": "CMAKE_C_COMPILER",
|
|
"value": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe",
|
|
"type": "FILEPATH"
|
|
},
|
|
{
|
|
"name": "CMAKE_CXX_COMPILER",
|
|
"value": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe",
|
|
"type": "FILEPATH"
|
|
}
|
|
],
|
|
"cmakeExecutable": "C:/Program Files/CMake/bin/cmake.exe"
|
|
}
|
|
]
|
|
} |