mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 03:27:12 +01:00
7 lines
217 B
CMake
7 lines
217 B
CMake
![]() |
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()
|