aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/md5/bench/ya.make
blob: eb3c7ea5f63206eb5b6ea1fe83e1757ce572a318 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
G_BENCHMARK()

PEERDIR(
    library/cpp/digest/md5
)

SRCS(
    main.cpp
)

END()