aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/test/simple/ya.make
blob: 4a5f4c5b0fe4abb41ee23400b7a9aef8d181d549 (plain) (blame)
1
2
3
4
5
6
7
8
YQL_UDF_CONTRIB(simple_udf)
YQL_ABI_VERSION(2 9 0)

SRCS(
    simple_udf.cpp
)

END()