Visual Studio 11 2012.rst 709 B

12345678910111213141516171819202122
  1. Visual Studio 11 2012
  2. ---------------------
  3. Generates Visual Studio 11 (VS 2012) project files.
  4. The :variable:`CMAKE_GENERATOR_PLATFORM` variable may be set
  5. to specify a target platform name.
  6. For compatibility with CMake versions prior to 3.1, one may specify
  7. a target platform name optionally at the end of this generator name:
  8. ``Visual Studio 11 2012 Win64``
  9. Specify target platform ``x64``.
  10. ``Visual Studio 11 2012 ARM``
  11. Specify target platform ``ARM``.
  12. ``Visual Studio 11 2012 <WinCE-SDK>``
  13. Specify target platform matching a Windows CE SDK name.
  14. For compatibility with CMake versions prior to 3.0, one may specify this
  15. generator using the name "Visual Studio 11" without the year component.