blob: b961512070d6357ac7303d1cd4e8a20fca9e84c6 (
plain)
1
2
3
4
5
6
7
8
|
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.
|