mirror of
https://github.com/gwdevhub/gMod.git
synced 2026-07-15 15:09:30 +00:00
326b7086c9
* change tpfconvert functionality to backup into backup folder * use vcpkg for more packages * update readme, bump to 1.7.0.2
17 lines
414 B
JSON
17 lines
414 B
JSON
{
|
|
"version": 2,
|
|
"configurePresets": [
|
|
{
|
|
"name": "vcpkg",
|
|
"generator": "Visual Studio 17 2022",
|
|
"architecture": "Win32",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"cacheVariables": {
|
|
"VCPKG_OVERLAY_TRIPLETS": "${sourceDir}/triplets",
|
|
"VCPKG_TARGET_TRIPLET": "x86-windows-mixed",
|
|
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
|
|
}
|
|
}
|
|
]
|
|
}
|