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

should I copy the file as-is provided for my project? #58

Closed addy1997 closed 3 years ago

addy1997 commented 3 years ago

Hi, I want to monitor the code coverage of my Cmake-based project. Also, I was looking for files to monitor the built targets. Which files are suitable? Do I need to modify this file for my project?

Thanks

bilke commented 3 years ago

You do not need to modify. Just copy the CodeCoverage.cmake file into a directory which is in you CMake module search path and and call the appropriate functions from the module.