This patch adds Windows Universal (store) app support. Just like Windows 8.0 and Windows 8.1, this will allow to produce a Windows 10 Store application (there are no more Phone apps as they are the same now).
>From the commit message: This change adds support for Windows 10 Universal (Store) Applications. A Windows 10 Universal Application can be targeted by setting: CMAKE_SYSTEM_NAME=WindowsStore and CMAKE_SYSTEM_VERSION=10.0 There are no WindowsPhone apps, universal apps target both phone and store. Specifying the CMAKE_SYSTEM_VERSION to be 10.0 will use the latest Windows 10 SDK installed. If you want to specify a specific SDK, you can make CMAKE_SYSTEM_VERSION be more specific (10.0.10240.0 for RTM for example). New Properties Added: VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION: Target Property. Specifies the minimum version of the OS that the project can target. VS_DESKTOP_EXTENSIONS_VERSION, VS_MOBILE_EXTENSIONS_VERSIONS, VS_IOT_EXTENSIONS_VERSION: Target property. When specifying these properties a reference to the version of the SDK specified will be added to the target allowing to target the extended functionality in a universal project. To match the version of the SDK being used, use CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION VS_IOT_STARTUP_TASK: Target property. Specifies that the target should be built as an IOT continuous background task.
0001-Windows-10-Universal-Store-Apps.patch
Description: 0001-Windows-10-Universal-Store-Apps.patch
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
