aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/shared/triplets/x64-windows-qt.cmake
blob: 856b756efedf702364e91cb8055177d602fd0ef2 (plain)
1
2
3
4
5
6
7
set(VCPKG_TARGET_ARCHITECTURE x64)

# Default settings of the triplet from the official vcpkg registry
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE dynamic)

# Qt custom per-port customizations