mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-23 19:30:31 +00:00
CMake: Set vcpkg options in CMakePresets
This commit is contained in:
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 ✅
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user