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

YQL_ABI_VERSION(
    2
    27
    0
)

SRCS(
    file_udf.cpp
)

PEERDIR(
    yql/essentials/core
)

END()