mirror of
https://github.com/0xMohammedHassan/morphkatz
synced 2026-06-21 13:40:56 +00:00
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "x64-Debug",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"buildRoot": "${projectDir}\\build\\${name}",
|
|
"installRoot": "${projectDir}\\install\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"variables": [
|
|
{ "name": "VCPKG_TARGET_TRIPLET", "value": "x64-windows-static-md" },
|
|
{ "name": "CMAKE_TOOLCHAIN_FILE", "value": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake" }
|
|
]
|
|
},
|
|
{
|
|
"name": "x64-Release",
|
|
"generator": "Ninja",
|
|
"configurationType": "Release",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"buildRoot": "${projectDir}\\build\\${name}",
|
|
"installRoot": "${projectDir}\\install\\${name}",
|
|
"variables": [
|
|
{ "name": "VCPKG_TARGET_TRIPLET", "value": "x64-windows-static-md" },
|
|
{ "name": "CMAKE_TOOLCHAIN_FILE", "value": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake" }
|
|
]
|
|
}
|
|
]
|
|
}
|