blob: 53a8f3af45be3a4e5b84a5fdcb75631a99cb65d3 (
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(unicode_udf)
YQL_ABI_VERSION(
2
27
0
)
SRCS(
unicode_base.cpp
)
PEERDIR(
yql/essentials/udfs/common/unicode_base/lib
)
END()
RECURSE_FOR_TESTS(
test
)
|