mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 04:09:00 +00:00
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: 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"
|
"SERENITY_CACHE_DIR": "${sourceDir}/Build/caches"
|
||||||
},
|
},
|
||||||
"environment": {
|
"environment": {
|
||||||
"LADYBIRD_SOURCE_DIR": "${sourceDir}"
|
"LADYBIRD_SOURCE_DIR": "${sourceDir}",
|
||||||
|
"VCPKG_ROOT": "${sourceDir}/Toolchain/Tarballs/vcpkg"
|
||||||
},
|
},
|
||||||
"vendor": {
|
"vendor": {
|
||||||
"jetbrains.com/clion": {
|
"jetbrains.com/clion": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue