Path: blob/master/Tests/CTestCoverageCollectGCOV/TestProject/fake_compile_time_gcno.cmake
5073 views
include("${INFO_FILE}")
foreach(source ${SOURCES})
file(WRITE "CMakeFiles/${TARGET}.dir/${source}.gcno"
"${SOURCE_DIR}/${source}"
)
endforeach()