blob: bf88711de49365ed2a41176c412a42454f774a66 (
plain)
1
2
3
4
5
6
|
set(CMAKE_SYSTEM_NAME WindowsStore)
set(CMAKE_SYSTEM_VERSION 10.0)
if(NOT CMAKE_GENERATOR MATCHES "Visual Studio 14 2015 ARM")
message(FATAL_ERROR "Visual Studio Generator must be used to target UWP")
endif()
|