CMAKE_VS_PLATFORM_NAME.rst 281 B

12345678
  1. CMAKE_VS_PLATFORM_NAME
  2. ----------------------
  3. Visual Studio target platform name.
  4. VS 8 and above allow project files to specify a target platform.
  5. CMake provides the name of the chosen platform in this variable.
  6. See the :variable:`CMAKE_GENERATOR_PLATFORM` variable for details.