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