summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/logging/ya.make
blob: b9cf5c6e715b570157e38a4391e92cd95776a04c (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
26
27
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/system
    library/cpp/yt/yson_string
)

END()

RECURSE(
    backends
    benchmark
    plain_text_formatter
)

RECURSE_FOR_TESTS(
    unittests
)