mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
CMake: Set vcpkg options in CMakePresets
This commit is contained in:
parent
22bb476b6f
commit
62b016002a
Notes:
sideshowbarker
2024-07-17 11:06:06 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/62b016002a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/87 Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 5 additions and 2 deletions
|
@ -13,11 +13,14 @@
|
|||
"generator": "Ninja",
|
||||
"binaryDir": "${sourceDir}/Build/ladybird",
|
||||
"cacheVariables": {
|
||||
"SERENITY_CACHE_DIR": "${sourceDir}/Build/caches"
|
||||
"SERENITY_CACHE_DIR": "${sourceDir}/Build/caches",
|
||||
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/Toolchain/Tarballs/vcpkg/scripts/buildsystems/vcpkg.cmake",
|
||||
"VCPKG_INSTALL_OPTIONS": "--no-print-usage"
|
||||
},
|
||||
"environment": {
|
||||
"LADYBIRD_SOURCE_DIR": "${sourceDir}",
|
||||
"VCPKG_ROOT": "${sourceDir}/Toolchain/Tarballs/vcpkg"
|
||||
"VCPKG_ROOT": "${sourceDir}/Toolchain/Tarballs/vcpkg",
|
||||
"VCPKG_BINARY_SOURCES": "clear;files,${sourceDir}/Toolchain/Build/vcpkg-binary-cache,readwrite"
|
||||
},
|
||||
"vendor": {
|
||||
"jetbrains.com/clion": {
|
||||
|
|
Loading…
Reference in a new issue