aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/md5/bench/ya.make
blob: 0c19f330a08c78e0285fb93c25654141b6c6faef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
G_BENCHMARK()
 
OWNER(
    pg
    g:util
)
 
PEERDIR( 
    library/cpp/digest/md5
) 
 
SRCS( 
    main.cpp 
) 
 
END()