diff options
author | Brad King <brad.king@kitware.com> | 2013-10-31 13:39:42 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-10-31 13:39:42 (GMT) |
commit | c247f1e175212ea42f65f1ffa8cb85612a5af17c (patch) | |
tree | f5d843c55c8d95f89dea1987b21d549301853e94 /Help/generator/Visual Studio 11 2012.rst | |
parent | e02e3560fc282c62561d244b5600bf54cbc9feb2 (diff) | |
parent | 29071fed2efbc7857f3994ac746641a4c5a36b9d (diff) | |
download | CMake-c247f1e175212ea42f65f1ffa8cb85612a5af17c.zip CMake-c247f1e175212ea42f65f1ffa8cb85612a5af17c.tar.gz CMake-c247f1e175212ea42f65f1ffa8cb85612a5af17c.tar.bz2 |
Merge topic 'vs-generator-names'
29071fe VS: Add version year to generator names
Diffstat (limited to 'Help/generator/Visual Studio 11 2012.rst')
-rw-r--r-- | Help/generator/Visual Studio 11 2012.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Help/generator/Visual Studio 11 2012.rst b/Help/generator/Visual Studio 11 2012.rst new file mode 100644 index 0000000..42f6f91 --- /dev/null +++ b/Help/generator/Visual Studio 11 2012.rst @@ -0,0 +1,12 @@ +Visual Studio 11 2012 +--------------------- + +Generates Visual Studio 11 (VS 2012) project files. + +It is possible to append a space followed by the platform name to +create project files for a specific target platform. E.g. +"Visual Studio 11 2012 Win64" will create project files for the +x64 processor; "Visual Studio 11 2012 ARM" for ARM. + +For compatibility with CMake versions prior to 3.0, one may specify this +generator using the name "Visual Studio 11" without the year component. |