[cmake-developers] [Patch] Adding Windows 10 Universal app support
Brad King
brad.king at kitware.com
Mon Oct 5 11:27:46 EDT 2015
On 10/02/2015 03:07 PM, Gilles Khouzam wrote:
> This patch adds Windows Universal (store) app support.
Thanks.
I think mapping version "10.0" with no further components to the
latest SDK is a good idea not just for universal apps but also for
desktop. I split that out into a separate change:
VS: Select latest Windows 10 SDK if no specific version was requested
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=45812111
Then I split the rest of the changes up into a few more commits:
VS: Select Windows 10 Store SDK and toolset for VS 2015
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d1b87d72
MSVC: Add system libs for WindowsStore on VS 2015
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8c426183
VS: Refactor indentation of LinkLibraryDependencies
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2798dbda
VS: Add support for Windows 10 Universal (Store) Applications
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1be2f12c
Finally I updated a bit more documentation:
Help: Document Windows 10 Universal Applications in cmake-toolchains(7)
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2402bb8c
This is all now in 'master' and in the 'release' branch for 3.4.
-Brad
More information about the cmake-developers
mailing list