aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/accurate_accumulate/ya.make
blob: 82630d19be430756b4c64b36a8ed9e4af3e66f4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
LIBRARY()

OWNER(alex-sh)

SRCS(
    accurate_accumulate.h
    accurate_accumulate.cpp
)

END()