summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/IncludeWhatYouUse/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Fix <LANG>_INCLUDE_WHAT_YOU_USE with CTEST_USE_LAUNCHERSBrad King2015-05-221-0/+4
| | | | | | The 'ctest --launch' command must be placed before the IWYU launcher on the compiler command line. Extend the RunCMake.IncludeWhatYouUse test to cover this case. The Ninja generator already does it correctly.
* Add options to run include-what-you-use with the compilerBrad King2015-05-191-0/+18
Create a <LANG>_INCLUDE_WHAT_YOU_USE target property (initialized by a CMAKE_<LANG>_INCLUDE_WHAT_YOU_USE variable) to specify an IWYU command line to be run along with the compiler.