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

SRCS(
    accurate_accumulate.h
    accurate_accumulate.cpp
)

END()

RECURSE(
    benchmark
)