mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
Meta+CMake: Move vcpkg directives to ladybird.sh and CMakePresets
Also add a vcpkg command to ladybird.sh to ensure that vcpkg is setup, and use a local binary cache for vcpkg build and install media to avoid cluttering $XDG_CACHE_HOME.
This commit is contained in:
parent
bffdd280bf
commit
1e3e36af11
Notes:
sideshowbarker
2024-07-17 18:46:30 +09:00
Author: https://github.com/ADKaster
Commit: 1e3e36af11
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/87
Reviewed-by: https://github.com/trflynn89 ✅
2 changed files with 9 additions and 8 deletions
|
@ -1,8 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.25)
|
||||
|
||||
SET(CMAKE_TOOLCHAIN_FILE "$ENV{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake")
|
||||
set(VCPKG_INSTALL_OPTIONS --no-print-usage)
|
||||
|
||||
project(ladybird
|
||||
VERSION 0.1.0
|
||||
LANGUAGES C CXX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue