aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/examples/callables/ya.make
blob: 63e196579961c238d878169b2828b993a1d7761f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
YQL_UDF_CONTRIB(callables_udf)
YQL_ABI_VERSION(2 38 0)

SRCS(
    callables_udf.cpp
)

END()

RECURSE_FOR_TESTS(
    test
)