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