cemu-vcpkg/triplets/arm-uwp.cmake

7 lines
214 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 ARM")
message(FATAL_ERROR "Visual Studio Generator must be used to target UWP")
endif()