aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/error/ya.make
blob: 60d3e9a92fbf5442d99b8bc530dba37a18080a09 (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)

PEERDIR(
    library/cpp/yt/assert
    library/cpp/yt/global
    library/cpp/yt/memory
    library/cpp/yt/misc
    library/cpp/yt/threading
    library/cpp/yt/string
    library/cpp/yt/yson_string # TODO(arkady-e1ppa): eliminate
)

SRCS(
    error_attributes.cpp
    origin_attributes.cpp
)

END()