mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
1c2aef9255
We currently build debug and release versions of vcpkg dependencies. We will most commonly only need the release version, so let's default to that to approximately halve our dependency build time.
4 lines
139 B
CMake
4 lines
139 B
CMake
set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
|
|
set(VCPKG_TARGET_ARCHITECTURE arm64)
|
|
set(VCPKG_OSX_ARCHITECTURES arm64)
|
|
set(VCPKG_CRT_LINKAGE dynamic)
|