mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-08-02 11:02:46 +08:00
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
13 lines
488 B
ReStructuredText
13 lines
488 B
ReStructuredText
VS_MOBILE_EXTENSIONS_VERSION
|
|
----------------------------
|
|
|
|
.. versionadded:: 3.4
|
|
|
|
Visual Studio Windows 10 Mobile Extensions Version
|
|
|
|
Specifies the version of the Mobile Extensions that should be included in the
|
|
target. For example ``10.0.10240.0``. If the value is not specified, the Mobile
|
|
Extensions will not be included. To use the same version of the extensions as
|
|
the Windows 10 SDK that is being used, you can use the
|
|
:variable:`CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION` variable.
|