17 lines
450 B
JSON
17 lines
450 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "x64-Debug",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"inheritEnvironments": [ "msvc_x64" ],
|
|
"buildRoot": "${projectDir}\\bin\\${name}",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"variables": [],
|
|
"intelliSenseMode": "windows-clang-x86"
|
|
}
|
|
]
|
|
} |