mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
22 lines
487 B
JSON
22 lines
487 B
JSON
{
|
|
"configurePresets": [
|
|
{
|
|
"binaryDir": "${sourceDir}/vsbuild",
|
|
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
|
|
"generator": "Visual Studio 17 2022",
|
|
"name": "vs2022-windows"
|
|
},
|
|
{
|
|
"cacheVariables": {
|
|
"VCPKG_MANIFEST_FEATURES": {
|
|
"type": "STRING",
|
|
"value": "standalone"
|
|
}
|
|
},
|
|
"inherits": "vs2022-windows",
|
|
"name": "vs2022-windows-standalone"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|