aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/public/result_format/ya.make
blob: 3181d30365b9dc102d0a6a2ce4d384e60ccfc48d (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
LIBRARY()

SRCS(
    yql_result_format_response.cpp
    yql_result_format_type.cpp
    yql_result_format_data.cpp
    yql_codec_results.cpp
    yql_restricted_yson.cpp
)

PEERDIR(
    library/cpp/yson
    library/cpp/yson/node
    library/cpp/string_utils/base64
    yql/essentials/public/issue
    yql/essentials/utils
)

END()

RECURSE_FOR_TESTS(
    ut
)