Skip to content

Releases: microsoft/CMake

Windows 10 RTM Support

25 Sep 18:44
Compare
Choose a tag to compare
Pre-release

CMake 3.3.2 with Windows 10 Support

This release supports producing Windows 10 Universal applications.

To use simply set the Cross-Compiling settings to WindowsStore and Version 10.0

cmake -G "Visual Studio 14 2015" -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 ...