diff options
author | Brad King <brad.king@kitware.com> | 2014-08-05 14:49:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-08-05 14:49:09 (GMT) |
commit | 5d3d9a22b28e99894dab2fe4fac0279fb422ace4 (patch) | |
tree | c63e8f89b29a287b0363170650309a7bc85d8b7e /Help | |
parent | 401a00d9f98aff9c2f15315945cd4c392ff36d9f (diff) | |
download | CMake-5d3d9a22b28e99894dab2fe4fac0279fb422ace4.zip CMake-5d3d9a22b28e99894dab2fe4fac0279fb422ace4.tar.gz CMake-5d3d9a22b28e99894dab2fe4fac0279fb422ace4.tar.bz2 |
Help: Add notes for topic 'vs-windows-phone-and-store'
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/vs-windows-phone-and-store.rst | 10 |
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. |