Skip to content

Instantly share code, notes, and snippets.

@GitMirar
Created October 2, 2019 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GitMirar/64bfa5ce21c53f01f6e66100bb2a3ad0 to your computer and use it in GitHub Desktop.
Save GitMirar/64bfa5ce21c53f01f6e66100bb2a3ad0 to your computer and use it in GitHub Desktop.
vcpkg triplet for static library linking with dynamically linked CRT x64
set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment