aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yson/ya.make
blob: c55a189b1050ceb58b139cad4eb6eee53abedda6 (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
LIBRARY()

OWNER(
    ermolovd
    g:yt
)

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()