File: code_coverge_config.cmake

package info (click to toggle)
xdg-utils-cxx 1.0.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 456 kB
  • sloc: cpp: 2,461; ansic: 10; makefile: 6
file content (4 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (2)
1
2
3
4
if(XDG_UTILS_CODE_COVERAGE)
    include(${CMAKE_CURRENT_LIST_DIR}/code_coverage_utils.cmake)
    append_coverage_compiler_flags()
endif()