blob: 53c680bc837c8ea747fb0456e6dc7545b84ddd05 (
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 Win64")
message(FATAL_ERROR "Visual Studio Generator must be used to target UWP.")
endif()
|