aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/regex/pcre/benchmark/ya.make
blob: 7c30fae0a6d085580654ff808455a1610236918d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
G_BENCHMARK()

OWNER(g:so)

PEERDIR(
    library/cpp/regex/pcre
)

SRCS(
    main.cpp
)

END()