80 lines
2.1 KiB
JSON
80 lines
2.1 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Release",
|
|
"configurationType": "Release",
|
|
"generator": "Ninja",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"buildCommandArgs": "",
|
|
"buildRoot": "${workspaceRoot}\\Build\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"variables": [
|
|
{
|
|
"name": "Qt5_DIR",
|
|
"value": "${workspaceRoot}\\Externals\\Qt\\Qt5.15.0\\msvc2019_64\\lib\\cmake\\Qt5"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Debug",
|
|
"configurationType": "Debug",
|
|
"generator": "Ninja",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"buildCommandArgs": "",
|
|
"buildRoot": "${workspaceRoot}\\Build\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"variables": [
|
|
{
|
|
"name": "Qt5_DIR",
|
|
"value": "${workspaceRoot}\\Externals\\Qt\\Qt5.15.0\\msvc2019_64\\lib\\cmake\\Qt5"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Release (arm64)",
|
|
"configurationType": "Release",
|
|
"generator": "Ninja",
|
|
"inheritEnvironments": [ "msvc_arm64_x64" ],
|
|
"buildCommandArgs": "",
|
|
"buildRoot": "${workspaceRoot}\\Build\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"variables": [
|
|
{
|
|
"name": "Qt5_DIR",
|
|
"value": "${workspaceRoot}\\Externals\\Qt\\Qt5.15.0\\msvc2019_arm64\\lib\\cmake\\Qt5"
|
|
},
|
|
{
|
|
"name": "CMAKE_SYSTEM_NAME",
|
|
"value": "Windows"
|
|
},
|
|
{
|
|
"name": "CMAKE_SYSTEM_PROCESSOR",
|
|
"value": "aarch64"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Debug (arm64)",
|
|
"configurationType": "Debug",
|
|
"generator": "Ninja",
|
|
"inheritEnvironments": [ "msvc_arm64_x64" ],
|
|
"buildCommandArgs": "",
|
|
"buildRoot": "${workspaceRoot}\\Build\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"variables": [
|
|
{
|
|
"name": "Qt5_DIR",
|
|
"value": "${workspaceRoot}\\Externals\\Qt\\Qt5.15.0\\msvc2019_arm64\\lib\\cmake\\Qt5"
|
|
},
|
|
{
|
|
"name": "CMAKE_SYSTEM_NAME",
|
|
"value": "Windows"
|
|
},
|
|
{
|
|
"name": "CMAKE_SYSTEM_PROCESSOR",
|
|
"value": "aarch64"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |