aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/benchmark/main/ya.make
blob: 684435b94f8c18f9064f3dda120ba24df2a7b17d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
LIBRARY()

SRCS(
    GLOBAL main.cpp
)

PEERDIR(
    library/cpp/testing/benchmark
)

END()