Skip to content

Commit

Permalink
Add release-mode x64-linux overlay triplet
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Nov 9, 2023
1 parent 869da91 commit 3cb806a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions overlay/triplets/x64-linux.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
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)

0 comments on commit 3cb806a

Please sign in to comment.