aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yson/ya.make
blob: cc973356bd1ab9fdc5231000245fe2770c487e59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
LIBRARY()

PEERDIR(
    library/cpp/yt/misc
    library/cpp/yt/yson
)

SRCS(
    consumer.cpp
    lexer.cpp
    parser.cpp
    token.cpp
    tokenizer.cpp
    varint.cpp
    writer.cpp
)

END()

RECURSE_FOR_TESTS(
    ut
)