mirror of
https://github.com/aaru-dps/Aaru.Checksums.Native.git
synced 2025-12-16 19:24:29 +00:00
51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
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": ""
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"name": "arm-Debug",
|
|||
|
|
"generator": "Ninja",
|
|||
|
|
"configurationType": "Debug",
|
|||
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|||
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|||
|
|
"cmakeCommandArgs": "",
|
|||
|
|
"buildCommandArgs": "",
|
|||
|
|
"ctestCommandArgs": "",
|
|||
|
|
"inheritEnvironments": [ "msvc_arm_x64" ],
|
|||
|
|
"variables": []
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"name": "arm64-Debug",
|
|||
|
|
"generator": "Ninja",
|
|||
|
|
"configurationType": "Debug",
|
|||
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|||
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|||
|
|
"cmakeCommandArgs": "",
|
|||
|
|
"buildCommandArgs": "",
|
|||
|
|
"ctestCommandArgs": "",
|
|||
|
|
"inheritEnvironments": [ "msvc_arm64_x64" ],
|
|||
|
|
"variables": []
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"name": "x86-Debug",
|
|||
|
|
"generator": "Ninja",
|
|||
|
|
"configurationType": "Debug",
|
|||
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|||
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|||
|
|
"cmakeCommandArgs": "",
|
|||
|
|
"buildCommandArgs": "",
|
|||
|
|
"ctestCommandArgs": "",
|
|||
|
|
"inheritEnvironments": [ "msvc_x86_x64" ],
|
|||
|
|
"variables": []
|
|||
|
|
}
|
|||
|
|
]
|
|||
|
|
}
|