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

OWNER(g:antiinfra)

PEERDIR(
    contrib/libs/hyperscan
    contrib/libs/hyperscan/runtime_core2
    contrib/libs/hyperscan/runtime_corei7
    contrib/libs/hyperscan/runtime_avx2
    contrib/libs/hyperscan/runtime_avx512
)

SRCS(
    hyperscan.cpp
)

END()

RECURSE_FOR_TESTS(ut)