mirror of
https://github.com/0xMohammedHassan/morphkatz
synced 2026-06-21 13:40:56 +00:00
17 lines
324 B
JSON
17 lines
324 B
JSON
{
|
|
"version": 6,
|
|
"cmakeMinimumRequired": { "major": 3, "minor": 27, "patch": 0 },
|
|
"configurePresets": [
|
|
{
|
|
"name": "my-dev",
|
|
"inherits": "vs2022-x64",
|
|
"environment": {
|
|
"VCPKG_ROOT": "C:/src/vcpkg"
|
|
},
|
|
"cacheVariables": {
|
|
"MORPHKATZ_BUILD_BENCH": "ON"
|
|
}
|
|
}
|
|
]
|
|
}
|