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