1
0
Fork 0
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:
Andrew Kaster 2024-06-06 14:57:11 -06:00 committed by Tim Flynn
parent bffdd280bf
commit 1e3e36af11
Notes: sideshowbarker 2024-07-17 18:46:30 +09:00
2 changed files with 9 additions and 8 deletions

View file

@ -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