Skip to content

Instantly share code, notes, and snippets.

@GitMirar
Created October 2, 2019 12:55
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/6297510d6bf53739be60e40e649ce0f4 to your computer and use it in GitHub Desktop.
Save GitMirar/6297510d6bf53739be60e40e649ce0f4 to your computer and use it in GitHub Desktop.
vcpkg triplet for static library linking with dynamically linked CRT x86
set(VCPKG_TARGET_ARCHITECTURE x86)
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