mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 18:31:59 -05:00
21 lines
657 B
JSON
21 lines
657 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "x64-Debug",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"generator": "Ninja",
|
|
"buildRoot": "${env.LOCALAPPDATA}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
|
|
"configurationType": "Debug",
|
|
"variables": [
|
|
{
|
|
"name": "VCPKG_TARGET_TRIPLET",
|
|
"value": "x64-windows-winssl"
|
|
},
|
|
{
|
|
"name": "CMAKE_TOOLCHAIN_FILE",
|
|
"value": "C:\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|