vcpkg/triplets/x86-uwp.cmake
Alexander Karatarakis ccca198c1b Initial commit
2016-09-18 20:54:03 -07:00

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()