Generate .gcno and .gcda files at different direcotry using .make and CMakeLists.txt

38 Views Asked by At

I want to generate the .gcno and .gcda files at another directory but I need help to to proceed with that using CMakeLists.txt and .make files

I tried with POST_BUILD it didn't work and I'm confused how to use GCOV_PREFIX , If you have any better solution please help

0

There are 0 best solutions below