aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/protobuf/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/messagebus/protobuf/ya.make')
-rw-r--r--library/cpp/messagebus/protobuf/ya.make13
1 files changed, 13 insertions, 0 deletions
diff --git a/library/cpp/messagebus/protobuf/ya.make b/library/cpp/messagebus/protobuf/ya.make
new file mode 100644
index 0000000000..cbe79df675
--- /dev/null
+++ b/library/cpp/messagebus/protobuf/ya.make
@@ -0,0 +1,13 @@
+LIBRARY(messagebus_protobuf)
+
+SRCS(
+ ybusbuf.cpp
+)
+
+PEERDIR(
+ contrib/libs/protobuf
+ library/cpp/messagebus
+ library/cpp/messagebus/actor
+)
+
+END()