summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/yson_string/ya.make
blob: da180de547151e49ea94593c3217ea9f4f949ce7 (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
24
LIBRARY()

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

SRCS(
    convert.cpp
    string.cpp
)

PEERDIR(
    library/cpp/containers/cow_string
    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
)