Questions tagged [cppclean]
1 questions
0
votes
1 answer
how to use cppclean in cmake
In a cmake project on ubuntu, I am trying to use CPPClean to find unused/unnecessary headers for all my targets. However I'm lost how to integrate this in my project.
The usage of CPPClean is
cppclean --include-path=directory1…

Frank
- 2,446
- 7
- 33
- 67