aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/accurate_accumulate/benchmark/ya.make
blob: 48b84869669a2ac6668b216a5f72fa38a430b0c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
OWNER(yazevnul)
 
Y_BENCHMARK()
 
SRCS( 
    main.cpp 
) 
 
PEERDIR( 
    library/cpp/accurate_accumulate
) 
 
END()