aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/protobuf/ya.make
blob: 714ad77137fc265f370d30d54eabd80bed4694b1 (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
YQL_UDF_CONTRIB(protobuf_udf)

YQL_ABI_VERSION(
    2
    9
    0
)

SRCS(
    protobuf_udf.cpp
)

PEERDIR(
    library/cpp/protobuf/yql
    yql/essentials/minikql/protobuf_udf
    yql/essentials/public/udf
)

END()

RECURSE_FOR_TESTS(
    test
)