aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/regex/pcre/ya.make
blob: a1f5f3d4d6a17bc1d3d75ba26a9978046a3acdb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
LIBRARY()

PEERDIR(
    contrib/libs/pcre
    contrib/libs/pcre/pcre16
    contrib/libs/pcre/pcre32
    library/cpp/containers/stack_array
)

SRCS(
    pcre.cpp
    regexp.cpp
)

END()

RECURSE_FOR_TESTS(
    benchmark
    ut
)