aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/debug_receiver/ya.make
blob: 8e84fdfc1470bef3d822f5386a862029a3810852 (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()