aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/logging/plain_text_formatter/ya.make
blob: cb31c29d1107d4a4535088bbeb5be38ab11514ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LIBRARY()

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

SRCS(
    formatter.cpp
)

PEERDIR(
    library/cpp/yt/cpu_clock
    library/cpp/yt/logging
    library/cpp/yt/string
    library/cpp/yt/misc
)

END()