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