diff options
author | Brad King <brad.king@kitware.com> | 2014-09-05 18:23:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-09-05 18:23:35 (GMT) |
commit | 4f7d0c421abf047c052cb8d459c8249310cf4f3a (patch) | |
tree | adf9535191fca7f8a4e602ddf4136fd0fb143d0b /Help/variable/CMAKE_VS_PLATFORM_NAME.rst | |
parent | 68d4280ac4cb692b908620884b0842b7a01debeb (diff) | |
download | CMake-4f7d0c421abf047c052cb8d459c8249310cf4f3a.zip CMake-4f7d0c421abf047c052cb8d459c8249310cf4f3a.tar.gz CMake-4f7d0c421abf047c052cb8d459c8249310cf4f3a.tar.bz2 |
Help: Document CMAKE_VS_PLATFORM_NAME variable
Diffstat (limited to 'Help/variable/CMAKE_VS_PLATFORM_NAME.rst')
-rw-r--r-- | Help/variable/CMAKE_VS_PLATFORM_NAME.rst | 7 |
1 files changed, 7 insertions, 0 deletions
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. |