Skip to content

Commit

Permalink
[vcpkg] Add overlay-triplet
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Townsend committed Mar 18, 2024
1 parent 3e1f473 commit 1500781
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 3rd-party/vcpkg-triplets/x64-windows-static-md-release.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)

set(VCPKG_BUILD_TYPE release)
3 changes: 2 additions & 1 deletion vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"overlay-ports": [
"3rd-party/vcpkg-ports/grpc",
"3rd-party/vcpkg-ports/poco"
]
],
"overlay-triplets": ["3rd-party/vcpkg-triplets"]
}

0 comments on commit 1500781

Please sign in to comment.