diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-02-20 15:32:35 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-02-20 15:32:35 +1100 |
commit | 187ab51df0d691daea5e3a79478fca16c796ec0b (patch) | |
tree | 168bf3ad6fc6e090248f7f21287dd3c7fc0c76c6 /triplets/x64-windows-mixed-md.cmake | |
parent | fc6391e4dbba952d0681af994f9d3c4d44ef0732 (diff) |
custom vcpkg triplet
Diffstat (limited to 'triplets/x64-windows-mixed-md.cmake')
-rw-r--r-- | triplets/x64-windows-mixed-md.cmake | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/triplets/x64-windows-mixed-md.cmake b/triplets/x64-windows-mixed-md.cmake new file mode 100644 index 0000000..24e1120 --- /dev/null +++ b/triplets/x64-windows-mixed-md.cmake @@ -0,0 +1,7 @@ +set(VCPKG_TARGET_ARCHITECTURE x64) +set(VCPKG_CRT_LINKAGE dynamic) +set(VCPKG_LIBRARY_LINKAGE static) + +if(PORT MATCHES "sdl|zlib") + set(VCPKG_LIBRARY_LINKAGE dynamic) +endif()
\ No newline at end of file |