66 lines
1.8 KiB
JSON
66 lines
1.8 KiB
JSON
{
|
|
"version": 6,
|
|
"cmakeMinimumRequired": {
|
|
"major": 4,
|
|
"minor": 0,
|
|
"patch": 0
|
|
},
|
|
"configurePresets": [
|
|
{
|
|
"name": "default",
|
|
"cacheVariables": {
|
|
"__CMAKE_VERBOSE_MAKEFILE": "ON",
|
|
"CMAKE_INTERPROCEDURAL_OPTIMIZATION": "ON"
|
|
},
|
|
"hidden": true
|
|
},
|
|
{
|
|
"inherits": "default",
|
|
"name": "windows-x64-llvm",
|
|
"description": "Windows, x86-64 (LLVM)",
|
|
"binaryDir": "build/windows-x64-llvm",
|
|
"installDir": "distrib/windows-x64-llvm",
|
|
"toolchainFile": "cmake/toolchains/llvm.cmake",
|
|
"generator": "Ninja Multi-Config",
|
|
"cacheVariables": {
|
|
}
|
|
},
|
|
{
|
|
"inherits": "default",
|
|
"name": "windows-x64-msvc2022",
|
|
"description": "Windows, x86-64 (MSVC 2022)",
|
|
"binaryDir": "build/windows-x64-msvc2022",
|
|
"installDir": "distrib/windows-x64-msvc2022",
|
|
"generator": "Visual Studio 17 2022",
|
|
"cacheVariables": {}
|
|
}
|
|
],
|
|
"buildPresets": [
|
|
{
|
|
"configurePreset": "windows-x64-llvm",
|
|
"name": "windows-x64-llvm",
|
|
"description": "",
|
|
"displayName": "Windows, x64 (LLVM)"
|
|
},
|
|
{
|
|
"configurePreset": "windows-x64-msvc2022",
|
|
"name": "windows-x64-msvc2022",
|
|
"description": "",
|
|
"displayName": "Windows, x64 (MSVC 2022)"
|
|
}
|
|
],
|
|
"workflowPresets": [
|
|
{
|
|
"name": "windows-x64-llvm",
|
|
"description": "",
|
|
"displayName": "",
|
|
"steps": [
|
|
{
|
|
"type": "configure",
|
|
"name": "windows-x64-llvm"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|