blob: 7e554133486af508763d244080eea5595cd4c2cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
YQL_UDF_CONTRIB(re2_udf)
YQL_ABI_VERSION(
2
28
0
)
SRCS(
re2_udf.cpp
)
PEERDIR(
contrib/libs/re2
library/cpp/deprecated/enum_codegen
)
END()
RECURSE_FOR_TESTS(
test
)
|