aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/library/yql/udfs/common/url_base/ya.make
blob: 9a2117fb3cb2d24cf65eefb9a9f0677bc4932db6 (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
YQL_UDF(url_udf)

YQL_ABI_VERSION(
    2
    23
    0
)

OWNER(
    g:yql
    g:yql_ydb_core
)

SRCS(
    url_base.cpp
)

PEERDIR(
    ydb/library/yql/public/udf
    ydb/library/yql/udfs/common/url_base/lib
)

END()