vcpkg/triplets/community/arm-windows-static.cmake

4 строки
102 B
CMake

set(VCPKG_TARGET_ARCHITECTURE arm)
set(VCPKG_CRT_LINKAGE static)
set(VCPKG_LIBRARY_LINKAGE static)