Files
BlitzLLVM/CMakePresets.json
T

65 lines
1.8 KiB
JSON
Raw Normal View History

{
"version": 6,
"cmakeMinimumRequired": {
"major": 4,
"minor": 0,
"patch": 0
},
"configurePresets": [
2025-04-18 16:05:46 +02:00
{
"name": "default",
"cacheVariables": {
"CMAKE_INTERPROCEDURAL_OPTIMIZATION": "ON"
2025-04-18 16:05:46 +02:00
},
"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",
2025-04-18 16:05:46 +02:00
"name": "windows-x64-msvc2022",
"description": "Windows, x86-64 (MSVC 2022)",
2025-04-18 16:05:46 +02:00
"binaryDir": "build/windows-x64-msvc2022",
"installDir": "distrib/windows-x64-msvc2022",
"generator": "Visual Studio 17 2022",
2025-04-18 16:05:46 +02:00
"cacheVariables": {}
}
],
"buildPresets": [
{
"configurePreset": "windows-x64-llvm",
"name": "windows-x64-llvm",
"description": "",
"displayName": "Windows, x64 (LLVM)"
},
{
2025-04-18 16:05:46 +02:00
"configurePreset": "windows-x64-msvc2022",
"name": "windows-x64-msvc2022",
"description": "",
"displayName": "Windows, x64 (MSVC 2022)"
}
2025-04-18 16:05:46 +02:00
],
"workflowPresets": [
{
"name": "windows-x64-llvm",
"description": "",
"displayName": "",
"steps": [
{
"type": "configure",
"name": "windows-x64-llvm"
}
]
}
]
}