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

SRCS(
    ybusbuf.cpp
)

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

END()