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