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 03:09:00 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
master
vcpkg
/
triplets
/
x64-windows-static.cmake
5 lines
100 B
CMake
Raw
Permalink
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
)
[scripts audit] ports.cmake (#16257) * [scripts audit] ports.cmake * [testing] modify triplet files to test all ports
2021-02-19 06:27:41 +08:00
Reference in New Issue
Copy Permalink