vcpkg/triplets/x64-uwp.cmake

7 lines
217 B
CMake
Raw Normal View History

2016-09-18 20:50:08 -07:00
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()