mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
29 lines
710 B
JSON
29 lines
710 B
JSON
{
|
|
"version": 6,
|
|
"configurePresets": [
|
|
{
|
|
"name": "vs2026-windows",
|
|
"generator": "Visual Studio 18 2026",
|
|
"architecture": "x64",
|
|
"binaryDir": "${sourceDir}/build/",
|
|
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
|
|
"cacheVariables": {
|
|
"VCPKG_TARGET_TRIPLET": "x64-windows-static-md",
|
|
"CMAKE_CONFIGURATION_TYPES": "Debug;Release;RelWithDebInfo"
|
|
}
|
|
}
|
|
],
|
|
"buildPresets": [
|
|
{
|
|
"name": "vs2026-windows",
|
|
"configurePreset": "vs2026-windows",
|
|
"nativeToolOptions": [
|
|
"-m",
|
|
"-noLogo",
|
|
"-p:UseMultiToolTask=true",
|
|
"-p:EnforceProcessCountAcrossBuilds=true"
|
|
]
|
|
}
|
|
]
|
|
}
|