primehack/CMakeSettings.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

80 lines
2.1 KiB
JSON
Raw Permalink Normal View History

2020-02-09 11:49:20 -05:00
{
"configurations": [
{
2019-05-08 17:57:47 -04:00
"name": "Release",
"configurationType": "Release",
2019-05-15 03:53:42 -04:00
"generator": "Ninja",
2019-05-08 17:57:47 -04:00
"inheritEnvironments": [ "msvc_x64_x64" ],
2019-05-15 03:53:42 -04:00
"buildCommandArgs": "",
"buildRoot": "${workspaceRoot}\\Build\\${name}",
"cmakeCommandArgs": "",
2019-05-08 17:57:47 -04:00
"variables": [
{
2022-05-20 11:14:05 -04:00
"name": "CMAKE_PREFIX_PATH",
"value": "${workspaceRoot}\\Externals\\Qt\\Qt6.3.0\\x64"
2019-05-08 17:57:47 -04:00
}
]
},
{
2019-05-08 17:57:47 -04:00
"name": "Debug",
"configurationType": "Debug",
2019-05-15 03:53:42 -04:00
"generator": "Ninja",
2019-05-08 17:57:47 -04:00
"inheritEnvironments": [ "msvc_x64_x64" ],
2019-05-15 03:53:42 -04:00
"buildCommandArgs": "",
"buildRoot": "${workspaceRoot}\\Build\\${name}",
"cmakeCommandArgs": "",
2019-05-08 17:57:47 -04:00
"variables": [
{
2022-05-20 11:14:05 -04:00
"name": "CMAKE_PREFIX_PATH",
"value": "${workspaceRoot}\\Externals\\Qt\\Qt6.3.0\\x64"
2019-05-08 17:57:47 -04:00
}
]
2020-02-11 18:07:56 -05:00
},
{
"name": "Release (arm64)",
"configurationType": "Release",
"generator": "Ninja",
"inheritEnvironments": [ "msvc_arm64_x64" ],
"buildCommandArgs": "",
"buildRoot": "${workspaceRoot}\\Build\\${name}",
"cmakeCommandArgs": "",
"variables": [
{
2022-05-20 11:14:05 -04:00
"name": "CMAKE_PREFIX_PATH",
"value": "${workspaceRoot}\\Externals\\Qt\\Qt6.3.0\\ARM64"
2020-02-11 18:07:56 -05:00
},
{
"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": [
{
2022-05-20 11:14:05 -04:00
"name": "CMAKE_PREFIX_PATH",
"value": "${workspaceRoot}\\Externals\\Qt\\Qt6.3.0\\ARM64"
2020-02-11 18:07:56 -05:00
},
{
"name": "CMAKE_SYSTEM_NAME",
"value": "Windows"
},
{
"name": "CMAKE_SYSTEM_PROCESSOR",
"value": "aarch64"
}
]
}
]
2019-05-08 17:57:47 -04:00
}