blob: 9887842303bfc0247ee9b52ea64286d35bf1095e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
LIBRARY()
YQL_ABI_VERSION(
2
37
0
)
SRCS(
url_base_udf.cpp
url_parse.cpp
url_query.cpp
)
PEERDIR(
library/cpp/charset/lite
library/cpp/string_utils/quote
library/cpp/string_utils/url
library/cpp/tld
library/cpp/unicode/punycode
library/cpp/uri
yql/essentials/public/udf
yql/essentials/public/udf/arrow
contrib/libs/apache/arrow
)
END()
|