aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/utils/signals/ya.make
blob: 9a2ab2d020403a9a151f957f4b32cceda78fe150 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LIBRARY()

SRCS(
    signals.cpp
    signals.h
    utils.cpp
    utils.h
)

PEERDIR(
    contrib/libs/protobuf
    library/cpp/logger/global
    library/cpp/protobuf/json
    library/cpp/json/yson
    yql/essentials/utils/backtrace
)

END()