Help: Add notes for topic 'vs-windows-phone-and-store'

This commit is contained in:
Brad King 2014-08-05 10:49:09 -04:00
parent 401a00d9f9
commit 5d3d9a22b2
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
vs-windows-phone-and-store
--------------------------
* Generators for Visual Studio 11 (2012) and above learned to generate
projects for Windows Phone and Windows Store. One may set the
:variable:`CMAKE_SYSTEM_NAME` variable to ``WindowsPhone``
or ``WindowsStore`` on the :manual:`cmake(1)` command-line
or in a :variable:`CMAKE_TOOLCHAIN_FILE` to activate these platforms.
Also set :variable:`CMAKE_SYSTEM_VERSION` to ``8.0`` or ``8.1`` to
specify the version of Windows to be targeted.