mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 08:49:21 +08:00
6 lines
130 B
CMake
6 lines
130 B
CMake
|
set(VCPKG_TARGET_ARCHITECTURE x64)
|
||
|
set(VCPKG_CRT_LINKAGE static)
|
||
|
set(VCPKG_LIBRARY_LINKAGE static)
|
||
|
|
||
|
set(VCPKG_BUILD_TYPE release)
|