Help: Document CMAKE_VS_PLATFORM_NAME variable

This commit is contained in:
Brad King 2014-09-05 14:23:35 -04:00
parent 68d4280ac4
commit 4f7d0c421a
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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.