summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-08-05 14:49:09 (GMT)
committerBrad King <brad.king@kitware.com>2014-08-05 14:49:09 (GMT)
commit5d3d9a22b28e99894dab2fe4fac0279fb422ace4 (patch)
treec63e8f89b29a287b0363170650309a7bc85d8b7e
parent401a00d9f98aff9c2f15315945cd4c392ff36d9f (diff)
downloadCMake-5d3d9a22b28e99894dab2fe4fac0279fb422ace4.zip
CMake-5d3d9a22b28e99894dab2fe4fac0279fb422ace4.tar.gz
CMake-5d3d9a22b28e99894dab2fe4fac0279fb422ace4.tar.bz2
Help: Add notes for topic 'vs-windows-phone-and-store'
-rw-r--r--Help/release/dev/vs-windows-phone-and-store.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/release/dev/vs-windows-phone-and-store.rst b/Help/release/dev/vs-windows-phone-and-store.rst
new file mode 100644
index 0000000..b44e276
--- /dev/null
+++ b/Help/release/dev/vs-windows-phone-and-store.rst
@@ -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.