https://github.com/Kitware/CMake
Raw File
Tip revision: 126e0ad42966b1feaaf83c487a4e9b398facf008 authored by Craig Scott on 08 September 2024, 22:32:10 UTC
Merge topic 'cmp0168-populate-nondeclare-regression' into release-3.30
Tip revision: 126e0ad
CMAKE_LANG_INCLUDE_WHAT_YOU_USE.rst
CMAKE_<LANG>_INCLUDE_WHAT_YOU_USE
---------------------------------

.. versionadded:: 3.3

Default value for :prop_tgt:`<LANG>_INCLUDE_WHAT_YOU_USE` target property.
This variable is used to initialize the property on each target as it is
created.  This is done only when ``<LANG>`` is ``C`` or ``CXX``.
back to top