bilke / cmake-modules

Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules)
Boost Software License 1.0
547 stars 214 forks source link

Extract specified files for large projects #48

Open alephpiece opened 4 years ago

alephpiece commented 4 years ago

I've been using CodeCoverage.cmake and lcov for a while. I noticed that patterns to excluded were handled well, whereas patterns to extracted are not supported yet. I believe the lcov option --extract is useful when you are testing a large project with a lot of modules grouped by directories.