CMake: Added VCPKG_ROOT env to presets
This commit is contained in:
parent
b9fb075419
commit
6a1a62d9b6
Notes:
sideshowbarker
2024-07-17 07:20:49 +09:00
Author: https://github.com/Hexeption Commit: https://github.com/LadybirdBrowser/ladybird/commit/6a1a62d9b6 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/83 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@
|
|||
"SERENITY_CACHE_DIR": "${sourceDir}/Build/caches"
|
||||
},
|
||||
"environment": {
|
||||
"LADYBIRD_SOURCE_DIR": "${sourceDir}"
|
||||
"LADYBIRD_SOURCE_DIR": "${sourceDir}",
|
||||
"VCPKG_ROOT": "${sourceDir}/Toolchain/Tarballs/vcpkg"
|
||||
},
|
||||
"vendor": {
|
||||
"jetbrains.com/clion": {
|
||||
|
|
Loading…
Add table
Reference in a new issue