This commit is contained in:
Chuck Walbourn 2020-11-10 23:28:47 -08:00
Родитель f57c22d815
Коммит 0e12e83e90
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -59,6 +59,18 @@
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x64_x64" ],
"variables": []
},
{
"name": "arm64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_arm64_x64" ],
"variables": []
}
]
}