aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/accurate_accumulate/ya.make
blob: 4a1a12d8728bde87997850f1a7a635a7d7298f9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
LIBRARY() 
 
OWNER(alex-sh)
 
SRCS( 
    accurate_accumulate.h 
    accurate_accumulate.cpp 
) 
 
END()