mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 00:18:59 +08:00
[community triplet] Add x64-windows-static-md-release
triplet (#37116)
This adds a `x64-windows-static-md-release` triplet. --------- Co-authored-by: Frank <1433351828@qq.com>
This commit is contained in:
parent
24da7abf7f
commit
7c49e96f41
5
triplets/community/x64-windows-static-md-release.cmake
Normal file
5
triplets/community/x64-windows-static-md-release.cmake
Normal file
@ -0,0 +1,5 @@
|
||||
set(VCPKG_TARGET_ARCHITECTURE x64)
|
||||
set(VCPKG_CRT_LINKAGE dynamic)
|
||||
set(VCPKG_LIBRARY_LINKAGE static)
|
||||
|
||||
set(VCPKG_BUILD_TYPE release)
|
Loading…
Reference in New Issue
Block a user