1 2 3 4 5 6 7
include("${INFO_FILE}") foreach(source ${SOURCES}) file(WRITE "CMakeFiles/${TARGET}.dir/${source}.gcno" "${SOURCE_DIR}/${source}" ) endforeach()