cppannotations/annotations/icmake/log
2015-09-05 16:01:43 +02:00

5 lines
98 B
Text

void log(string file)
{
g_log += (list)(g_logMark + " file " + md5sum(file) + " " + file);
}