mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Add overlay ports to presets
This commit is contained in:
parent
9d6f9c704e
commit
7196ac4ee3
1 changed files with 2 additions and 1 deletions
|
|
@ -83,7 +83,8 @@
|
|||
"name": "__vcpkg-toolchain",
|
||||
"hidden": true,
|
||||
"cacheVariables": {
|
||||
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
|
||||
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
|
||||
"VCPKG_OVERLAY_PORTS": "${sourceDir}/thirdparty/overlay-ports"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue