Skip to content

Windows 10 RTM Support

Pre-release
Pre-release
Compare
Choose a tag to compare
@khouzam khouzam released this 25 Sep 18:44

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 ...