aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/regex/hyperscan/ya.make
blob: e58d93502c3cc89cb52c7063c9056a4f84f00aa7 (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)