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