aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/logging/ya.make
blob: cf629a24b6f908cc0fb90e8541d93d4b0a137e23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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_FOR_TESTS(
    unittests
)