Files
aaruremote/CMakeSettings.json

52 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2020-03-13 12:01:41 +00:00
{
"configurations": [
{
2024-04-30 15:42:08 +01:00
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": ["msvc_x64_x64"],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"variables": []
2020-03-13 12:01:41 +00:00
},
{
2024-04-30 15:42:08 +01:00
"name": "x86-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"inheritEnvironments": ["msvc_x86"],
"variables": []
2020-03-13 12:01:41 +00:00
},
{
2024-04-30 15:42:08 +01:00
"name": "arm-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"inheritEnvironments": ["msvc_arm"],
"variables": []
2020-03-13 12:01:41 +00:00
},
{
2024-04-30 15:42:08 +01:00
"name": "arm64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"inheritEnvironments": ["msvc_arm64"],
"variables": []
2020-03-13 12:01:41 +00:00
}
]
2020-03-01 05:45:19 +00:00
}