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

RECURSE_FOR_TESTS(
    test
)