blob: a2ea9183805f4a8d27c1b4887b6b726ac78cc776 (
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)
|