aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/benchmark/main/ya.make
blob: 9a088cfcea0894af8edb76b3fa2cd4c4a2972bcf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LIBRARY()

OWNER(
    pg
    yazevnul
)

SRCS(
    GLOBAL main.cpp 
)

PEERDIR(
    library/cpp/testing/benchmark
)

END()