mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 15:42:26 +01:00
21 lines
510 B
JSON
21 lines
510 B
JSON
|
|
{
|
||
|
|
"version": 3,
|
||
|
|
"cmakeMinimumRequired": {
|
||
|
|
"major": 3,
|
||
|
|
"minor": 22,
|
||
|
|
"patch": 0
|
||
|
|
},
|
||
|
|
"configurePresets": [
|
||
|
|
{
|
||
|
|
"name": "vs2022-x64",
|
||
|
|
"displayName": "Visual Studio 2022 x64",
|
||
|
|
"generator": "Visual Studio 17 2022",
|
||
|
|
"architecture": "x64",
|
||
|
|
"binaryDir": "${sourceDir}/build",
|
||
|
|
"cacheVariables": {
|
||
|
|
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|