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