33 lines
712 B
JSON
33 lines
712 B
JSON
{
|
|
"version": 3,
|
|
"cmakeMinimumRequired": {
|
|
"major": 3,
|
|
"minor": 19,
|
|
"patch": 0
|
|
},
|
|
"configurePresets": [
|
|
{
|
|
"name": "base_win_arm64",
|
|
"hidden": true,
|
|
"description": "",
|
|
"generator": "Ninja",
|
|
"binaryDir": "${sourceDir}/build/${presetName}",
|
|
"cacheVariables": {
|
|
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/toolchain/win_arm/aarch64-none-linux-gnu.cmake"
|
|
},
|
|
"vendor": {
|
|
"jetbrains.com/clion": {
|
|
"toolchain": "win_arm64"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "win_arm64_Debug",
|
|
"description": "",
|
|
"inherits": "base_win_arm64",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Debug"
|
|
}
|
|
}
|
|
]
|
|
} |