blob: a532743fbbf4e8b638340b7b7184f193c5f38efb (
plain)
1
2
3
4
5
6
7
8
|
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.
See the :variable:`CMAKE_GENERATOR_PLATFORM` variable for details.
|