0031939: Coding - correction of spelling errors in comments [part 2]
[occt.git] / adm / templates / uwp.toolchain.config.cmake
1 # A toolchain file to configure a Visual Studio generator for a Windows 10 Universal Application (UWP)
2 # Specify the CMAKE_SYSTEM_VERSION variable to be 10.0 to build with the latest available Windows 10 SDK.
3
4 set (CMAKE_SYSTEM_NAME WindowsStore)
5 set (CMAKE_SYSTEM_VERSION 10.0)