aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/monitoring/ya.make
blob: 07df3431429e61b7c9dda4173788218f765300d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PROTO_LIBRARY()
 
OWNER(g:messagebus)
 
PEERDIR( 
    library/cpp/monlib/encode/legacy_protobuf/protos
) 
 
SRCS( 
    mon_proto.proto 
) 
 
EXCLUDE_TAGS(GO_PROTO)

END()