summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-09-05 18:23:35 (GMT)
committerBrad King <brad.king@kitware.com>2014-09-05 18:23:35 (GMT)
commit4f7d0c421abf047c052cb8d459c8249310cf4f3a (patch)
treeadf9535191fca7f8a4e602ddf4136fd0fb143d0b /Help
parent68d4280ac4cb692b908620884b0842b7a01debeb (diff)
downloadCMake-4f7d0c421abf047c052cb8d459c8249310cf4f3a.zip
CMake-4f7d0c421abf047c052cb8d459c8249310cf4f3a.tar.gz
CMake-4f7d0c421abf047c052cb8d459c8249310cf4f3a.tar.bz2
Help: Document CMAKE_VS_PLATFORM_NAME variable
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-variables.7.rst1
-rw-r--r--Help/variable/CMAKE_VS_PLATFORM_NAME.rst7
2 files changed, 8 insertions, 0 deletions
diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst
index 2124f7d..4d77eda 100644
--- a/Help/manual/cmake-variables.7.rst
+++ b/Help/manual/cmake-variables.7.rst
@@ -73,6 +73,7 @@ Variables that Provide Information
/variable/CMAKE_VS_INTEL_Fortran_PROJECT_VERSION
/variable/CMAKE_VS_MSBUILD_COMMAND
/variable/CMAKE_VS_MSDEV_COMMAND
+ /variable/CMAKE_VS_PLATFORM_NAME
/variable/CMAKE_VS_PLATFORM_TOOLSET
/variable/CMAKE_XCODE_PLATFORM_TOOLSET
/variable/PROJECT_BINARY_DIR
diff --git a/Help/variable/CMAKE_VS_PLATFORM_NAME.rst b/Help/variable/CMAKE_VS_PLATFORM_NAME.rst
new file mode 100644
index 0000000..c6f8d41
--- /dev/null
+++ b/Help/variable/CMAKE_VS_PLATFORM_NAME.rst
@@ -0,0 +1,7 @@
+CMAKE_VS_PLATFORM_NAME
+----------------------
+
+Visual Studio target platform name.
+
+VS 8 and above allow project files to specify a target platform.
+CMake provides the name of the chosen platform in this variable.