• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1CMAKE_VS_PLATFORM_NAME
2----------------------
3
4.. versionadded:: 3.1
5
6Visual Studio target platform name used by the current generator.
7
8VS 8 and above allow project files to specify a target platform.
9CMake provides the name of the chosen platform in this variable.
10See the :variable:`CMAKE_GENERATOR_PLATFORM` variable for details.
11
12See also the :variable:`CMAKE_VS_PLATFORM_NAME_DEFAULT` variable.
13