This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
06a8dc7003
CMake
/
Tests
/
RunCMake
/
IncludeWhatYouUse
/
main.cxx
2 lines
25 B
C++
Raw
Normal View
History
Unescape
Escape
Add options to run include-what-you-use with the compiler 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.
2015-05-18 21:39:25 +03:00
int
main
(
)
{
return
0
;
}