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

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

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

END()