Help: Add notes for topic 'vs-windows-phone-and-store'
This commit is contained in:
parent
401a00d9f9
commit
5d3d9a22b2
|
@ -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.
|
Loading…
Reference in New Issue