vs-generator-platform.rst 415 B

123456789
  1. vs-generator-platform
  2. ---------------------
  3. * The Visual Studio generators for versions 8 (2005) and above
  4. learned to read the target platform name from a new
  5. :variable:`CMAKE_GENERATOR_PLATFORM` variable when it is
  6. not specified as part of the generator name. The platform
  7. name may be specified on the :manual:`cmake(1)` command line
  8. with the ``-A`` option, e.g. ``-G "Visual Studio 12 2013" -A x64``.