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

INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc)

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
)