cmake/Help/variable/CMAKE_VS_PLATFORM_NAME.rst

9 lines
281 B
ReStructuredText
Raw Normal View History

2015-04-27 22:25:09 +02:00
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.
2017-07-20 19:35:53 +02:00
See the :variable:`CMAKE_GENERATOR_PLATFORM` variable for details.