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

SRCS(
    convert.cpp
    string.cpp
)

PEERDIR(
    library/cpp/yt/assert
    library/cpp/yt/coding
    library/cpp/yt/exception
    library/cpp/yt/string
    library/cpp/yt/memory
    library/cpp/yt/misc
)

END()

RECURSE_FOR_TESTS(
    unittests
)