mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
If a CMake file set()'s some variables that VCPKG understands here, it will be used in the build of all ports
7 lines
207 B
CMake
7 lines
207 B
CMake
set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
|
|
set(VCPKG_TARGET_ARCHITECTURE x64)
|
|
set(VCPKG_OSX_ARCHITECTURES x86_64)
|
|
set(VCPKG_CRT_LINKAGE dynamic)
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/../user-variables.cmake OPTIONAL)
|