aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/protobuf/ya.make
blob: 64ff240b51972fbb1c5f1be6ee43a9a555521c36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIBRARY(messagebus_protobuf)

OWNER(g:messagebus)

SRCS(
    ybusbuf.cpp
)

PEERDIR(
    contrib/libs/protobuf
    library/cpp/messagebus
    library/cpp/messagebus/actor
)

END()