https://github.com/Kitware/CMake
Raw File
Tip revision: 498db9b9bcfdf391ff89ffc0b273a65d0bc1bd7e authored by Brad King on 21 October 2015, 13:26:43 UTC
CMake 3.4.0-rc2
Tip revision: 498db9b
VS_GLOBAL_KEYWORD.rst
VS_GLOBAL_KEYWORD
-----------------

Visual Studio project keyword for VS 10 (2010) and newer.

Sets the "keyword" attribute for a generated Visual Studio project.
Defaults to "Win32Proj".  You may wish to override this value with
"ManagedCProj", for example, in a Visual Studio managed C++ unit test
project.

Use the :prop_tgt:`VS_KEYWORD` target property to set the
keyword for Visual Studio 9 (2008) and older.
back to top