Files
0xMohammedHassan-morphkatz/CMakeSettings.json.example
2026-05-05 00:53:03 +02:00

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" }
]
}
]
}