mirror of
https://github.com/Zaarrg/stremio-community-v5.git
synced 2026-04-19 08:02:13 +00:00
23 lines
No EOL
729 B
JSON
23 lines
No EOL
729 B
JSON
{
|
|
"version": 3,
|
|
"configurePresets": [
|
|
{
|
|
"name": "windows-base",
|
|
"hidden": true,
|
|
"generator": "Visual Studio 17 2022",
|
|
"binaryDir": "${sourceDir}/out",
|
|
"cacheVariables": {
|
|
"VCPKG_TARGET_TRIPLET": "x64-windows-static"
|
|
}
|
|
},
|
|
{
|
|
"name": "windows-vcpkg-auto",
|
|
"displayName": "Windows x64 (Auto Vcpkg)",
|
|
"description": "Uses VCPKG_ROOT env var or standard paths",
|
|
"inherits": "windows-base",
|
|
"cacheVariables": {
|
|
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
|
|
}
|
|
}
|
|
]
|
|
} |