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

SRCS(
    callables_udf.cpp
)

END()

RECURSE_FOR_TESTS(
    test
)