mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
add x64-linux-release community triplet (#22120)
This commit is contained in:
committed by
GitHub
parent
16be0b49c8
commit
32588836c2
6
triplets/community/x64-linux-release.cmake
Normal file
6
triplets/community/x64-linux-release.cmake
Normal file
@@ -0,0 +1,6 @@
|
||||
set(VCPKG_TARGET_ARCHITECTURE x64)
|
||||
set(VCPKG_CRT_LINKAGE dynamic)
|
||||
set(VCPKG_LIBRARY_LINKAGE static)
|
||||
|
||||
set(VCPKG_CMAKE_SYSTEM_NAME Linux)
|
||||
set(VCPKG_BUILD_TYPE release)
|
||||
Reference in New Issue
Block a user