8 lines
308 B
CMake
8 lines
308 B
CMake
|
|
set(VCPKG_TARGET_ARCHITECTURE arm64)
|
||
|
|
set(VCPKG_CRT_LINKAGE dynamic)
|
||
|
|
set(VCPKG_LIBRARY_LINKAGE static)
|
||
|
|
set(VCPKG_CMAKE_SYSTEM_NAME Linux)
|
||
|
|
# Only build release configurations — halves buildtree disk usage.
|
||
|
|
# The server always ships a Release build; debug deps are never needed.
|
||
|
|
set(VCPKG_BUILD_TYPE release)
|