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