aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/file/ya.make
blob: 250f0722d8e5bc40f28b1d63deb63739918d5b42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
YQL_UDF_CONTRIB(file_udf)

YQL_ABI_VERSION(
    2
    27
    0
)

SRCS(
    file_udf.cpp
)

PEERDIR(
    yql/essentials/core
)

END()