run-include-what-you-use.rst 374 B

12345678
  1. run-include-what-you-use
  2. ------------------------
  3. * The :ref:`Makefile Generators` and the :generator:`Ninja` generator
  4. learned to optionally run ``include-what-you-use`` along with the
  5. compiler for ``C`` and ``CXX`` languages. See the
  6. :variable:`CMAKE_<LANG>_INCLUDE_WHAT_YOU_USE` variable and
  7. :prop_tgt:`<LANG>_INCLUDE_WHAT_YOU_USE` target property for details.