blob: 86e3aa046b9654cce388d6ec93fad77097dd5174 (
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(
stream_log_manager.cpp
)
PEERDIR(
library/cpp/yt/logging
library/cpp/yt/logging/plain_text_formatter
library/cpp/yt/string
library/cpp/yt/threading
)
END()
RECURSE_FOR_TESTS(
unittests
)
|