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