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