blob: 92e7b8e9b9b3812ddd0125f236f4db4afc318f14 (
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(
yql/essentials/minikql/jsonpath/rewrapper/proto
)
SRCS(
dispatcher.cpp
)
END()
RECURSE(
hyperscan
proto
re2
)
RECURSE_FOR_TESTS(
ut
)
|