This website requires JavaScript.
Explore
Help
Sign In
3party
/
vcpkg
Watch
0
Star
0
Fork
0
You've already forked vcpkg
mirror of
https://github.com/microsoft/vcpkg.git
synced
2024-12-28 19:25:27 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
vcpkg
/
triplets
/
community
/
x86-windows-static.cmake
3 lines
98 B
CMake
Raw
Normal View
History
Unescape
Escape
Triplet files now define variables for arch, linkage, etc
2016-09-28 12:16:20 -07:00
set
(
VCPKG_TARGET_ARCHITECTURE
x86
)
set
(
VCPKG_CRT_LINKAGE
static
)
Change VCPKG_BUILD_SHARED_LIBS to VCPKG_LIBRARY_LINKAGE with values dynamic or static
2016-10-07 16:34:31 -07:00
set
(
VCPKG_LIBRARY_LINKAGE
static
)
Reference in New Issue
Copy Permalink