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
542 stars 215 forks source link

Setup coverage for specific library #65

Closed qgymib closed 2 years ago

qgymib commented 2 years ago

There is no need to add global compile flags, so add setup_target_for_coverage() for specific build target.

qgymib commented 2 years ago

Ok, updated.

bilke commented 2 years ago

Thanks!