mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:41:18 +08:00
6 lines
179 B
CMake
6 lines
179 B
CMake
|
set(VCPKG_TARGET_ARCHITECTURE x64)
|
||
|
set(VCPKG_CRT_LINKAGE dynamic)
|
||
|
set(VCPKG_LIBRARY_LINKAGE static)
|
||
|
set(VCPKG_CMAKE_SYSTEM_NAME WindowsStore)
|
||
|
set(VCPKG_CMAKE_SYSTEM_VERSION 10.0)
|