2016-11-29 15:50:21 +03:00
|
|
|
Visual Studio 15 2017
|
|
|
|
---------------------
|
2016-09-02 23:15:11 +03:00
|
|
|
|
2016-11-29 15:50:21 +03:00
|
|
|
Generates Visual Studio 15 (VS 2017) project files.
|
2016-09-02 23:15:11 +03:00
|
|
|
|
|
|
|
The :variable:`CMAKE_GENERATOR_PLATFORM` variable may be set
|
2016-09-30 18:50:46 +03:00
|
|
|
to specify a target platform name (architecture).
|
2016-09-02 23:15:11 +03:00
|
|
|
|
|
|
|
For compatibility with CMake versions prior to 3.1, one may specify
|
|
|
|
a target platform name optionally at the end of this generator name:
|
|
|
|
|
2016-11-29 15:50:21 +03:00
|
|
|
``Visual Studio 15 2017 Win64``
|
2016-09-02 23:15:11 +03:00
|
|
|
Specify target platform ``x64``.
|
|
|
|
|
2016-11-29 15:50:21 +03:00
|
|
|
``Visual Studio 15 2017 ARM``
|
2016-09-02 23:15:11 +03:00
|
|
|
Specify target platform ``ARM``.
|