vs-windows-phone-and-store.rst 503 B

12345678910
  1. vs-windows-phone-and-store
  2. --------------------------
  3. * Generators for Visual Studio 11 (2012) and above learned to generate
  4. projects for Windows Phone and Windows Store. One may set the
  5. :variable:`CMAKE_SYSTEM_NAME` variable to ``WindowsPhone``
  6. or ``WindowsStore`` on the :manual:`cmake(1)` command-line
  7. or in a :variable:`CMAKE_TOOLCHAIN_FILE` to activate these platforms.
  8. Also set :variable:`CMAKE_SYSTEM_VERSION` to ``8.0`` or ``8.1`` to
  9. specify the version of Windows to be targeted.