aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/yson2/ya.make
blob: 368672231411404e35f206a965d63a81afd015d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
YQL_UDF_CONTRIB(yson2_udf)
    
    YQL_ABI_VERSION(
        2
        28
        0
    )
    
    SRCS(
        yson2_udf.cpp
    )
    
    PEERDIR(
        library/cpp/containers/stack_vector
        library/cpp/yson_pull
        yql/essentials/minikql/dom
    )
    
    END()

RECURSE_FOR_TESTS(
    test
)