mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
9 lines
362 B
ReStructuredText
9 lines
362 B
ReStructuredText
target property COMMON_LANGUAGE_RUNTIME
|
|
---------------------------------------
|
|
|
|
* The :prop_tgt:`COMMON_LANGUAGE_RUNTIME` target property was introduced
|
|
to configure the use of managed C++ for :ref:`Visual Studio Generators`
|
|
for VS 2010 and above.
|
|
* To support ``C++/CLI`` for imported targets, the
|
|
:prop_tgt:`IMPORTED_COMMON_LANGUAGE_RUNTIME` was added.
|