aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/set/ya.make
blob: bf2040b1dc406b4b25a3b7fb18c0bec0abc7860f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
YQL_UDF(set_udf)
    
    YQL_ABI_VERSION(
        2
        28
        0
    )
    
    SRCS(
        set_udf.cpp
    )
    
    END()

RECURSE_FOR_TESTS(
    test
)