This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
vcpkg
Watch
1
Star
0
Fork
0
You've already forked vcpkg
mirror of
https://github.com/microsoft/vcpkg.git
synced
2024-11-24 20:32:00 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
3838d58804
vcpkg
/
triplets
/
x64-windows-static.cmake
4 lines
99 B
CMake
Raw
Normal View
History
Unescape
Escape
Triplet files now define variables for arch, linkage, etc
2016-09-29 03:16:20 +08:00
set
(
VCPKG_TARGET_ARCHITECTURE
x64
)
set
(
VCPKG_CRT_LINKAGE
static
)
Change VCPKG_BUILD_SHARED_LIBS to VCPKG_LIBRARY_LINKAGE with values dynamic or static
2016-10-08 07:34:31 +08:00
set
(
VCPKG_LIBRARY_LINKAGE
static
)
Reference in New Issue
Copy Permalink