ada5ffce7b
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.
8 lines
115 B
C
8 lines
115 B
C
#include <stdio.h>
|
|
|
|
int main(void)
|
|
{
|
|
fprintf(stderr, "should add these lines:\n#include <...>\n");
|
|
return 0;
|
|
}
|