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