aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/debug_receiver/ya.make
blob: ce1ad2651894619085ad2791b321702dd31bd026 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PROGRAM(messagebus_debug_receiver)

OWNER(g:messagebus)

SRCS(
    debug_receiver.cpp
    debug_receiver_proto.cpp
    debug_receiver_handler.cpp
)

PEERDIR(
    library/cpp/getopt
    library/cpp/lwtrace 
    library/cpp/messagebus 
)

END()