2014-11-14 22:21:50 +03:00
|
|
|
Visual Studio 14 2015
|
|
|
|
---------------------
|
2014-06-24 23:39:11 +04:00
|
|
|
|
2014-11-14 22:21:50 +03:00
|
|
|
Generates Visual Studio 14 (VS 2015) project files.
|
2014-06-24 23:39:11 +04:00
|
|
|
|
2014-09-05 22:53:01 +04: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).
|
2014-09-05 22:53:01 +04: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:
|
|
|
|
|
2014-11-14 22:21:50 +03:00
|
|
|
``Visual Studio 14 2015 Win64``
|
2014-09-05 22:53:01 +04:00
|
|
|
Specify target platform ``x64``.
|
|
|
|
|
2014-11-14 22:21:50 +03:00
|
|
|
``Visual Studio 14 2015 ARM``
|
2014-09-05 22:53:01 +04:00
|
|
|
Specify target platform ``ARM``.
|