mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
7 lines
217 B
CMake
7 lines
217 B
CMake
|
set(CMAKE_SYSTEM_NAME WindowsStore)
|
||
|
set(CMAKE_SYSTEM_VERSION 10.0)
|
||
|
|
||
|
if(NOT CMAKE_GENERATOR MATCHES "Visual Studio 14 2015 Win64")
|
||
|
message(FATAL_ERROR "Visual Studio Generator must be used to target UWP.")
|
||
|
endif()
|