mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01: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:
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)
|
||||
Reference in New Issue
Block a user