aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/test/example/common/ya.make
blob: 1281f6b16a2d076bc7d31e70b559d861a291f77f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIBRARY(messagebus_test_example_common)

PEERDIR(
    library/cpp/messagebus
    library/cpp/messagebus/protobuf
)

SRCS(
    proto.cpp
    messages.proto
)

END()