aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/logging/ya.make
blob: e611c2e554c78daa28ef7c12ef303b4e00fe3007 (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
25
LIBRARY()

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

SRCS(
    logger.cpp
)

PEERDIR(
    library/cpp/yt/assert
    library/cpp/yt/memory
    library/cpp/yt/misc
    library/cpp/yt/yson_string
)

END()

RECURSE(
    backends
    plain_text_formatter
)

RECURSE_FOR_TESTS(
    unittests
)