aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/minikql/protobuf_udf/ya.make
blob: 352606cab696f4a0c94a09a56ace35e191f45c7c (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
25
26
LIBRARY()

YQL_ABI_VERSION(2 9 0)

SRCS(
    proto_builder.cpp
    module.cpp
    type_builder.cpp
    value_builder.cpp
)

PEERDIR(
    contrib/libs/protobuf
    library/cpp/protobuf/yql
    yql/essentials/public/udf
    yql/essentials/minikql
    yt/cpp/mapreduce/interface
    yt/yt_proto/yt/formats
    yt/yt_proto/yt/formats
)

END()

RECURSE_FOR_TESTS(
    ut
)