Visual Studio 11 2012.rst 983 B

1234567891011121314151617181920212223242526272829
  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 (architecture).
  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.
  16. Toolset Selection
  17. ^^^^^^^^^^^^^^^^^
  18. The ``v110`` toolset that comes with Visual Studio 11 2012 is selected by
  19. default. The :variable:`CMAKE_GENERATOR_TOOLSET` option may be set, perhaps
  20. via the :manual:`cmake(1)` ``-T`` option, to specify another toolset.