You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
481 B
17 lines
481 B
8 years ago
|
Visual Studio 15 2017
|
||
|
---------------------
|
||
8 years ago
|
|
||
8 years ago
|
Generates Visual Studio 15 (VS 2017) project files.
|
||
8 years ago
|
|
||
|
The :variable:`CMAKE_GENERATOR_PLATFORM` variable may be set
|
||
|
to specify a target platform name (architecture).
|
||
|
|
||
|
For compatibility with CMake versions prior to 3.1, one may specify
|
||
|
a target platform name optionally at the end of this generator name:
|
||
|
|
||
8 years ago
|
``Visual Studio 15 2017 Win64``
|
||
8 years ago
|
Specify target platform ``x64``.
|
||
|
|
||
8 years ago
|
``Visual Studio 15 2017 ARM``
|
||
8 years ago
|
Specify target platform ``ARM``.
|