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

Support for INCLUDE arg as opposed to EXCLUDE ? #69

Open sakthi-vivek opened 2 years ago

sakthi-vivek commented 2 years ago

This is a tiny feature request :) It would be real handy if there is support for an INCLUDE argument to setup_target_for_coverage_*. It becomes a bit annoying if I have a quite a bit of source files, but just want to see the coverage for a particular class.

Thank you.

makru86 commented 2 years ago

I also need that feature.