aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf/interop/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/protobuf/interop/ya.make')
-rw-r--r--library/cpp/protobuf/interop/ya.make15
1 files changed, 15 insertions, 0 deletions
diff --git a/library/cpp/protobuf/interop/ya.make b/library/cpp/protobuf/interop/ya.make
new file mode 100644
index 0000000000..618b553459
--- /dev/null
+++ b/library/cpp/protobuf/interop/ya.make
@@ -0,0 +1,15 @@
+LIBRARY()
+
+OWNER(
+ paxakor
+)
+
+SRCS(
+ cast.cpp
+)
+
+PEERDIR(
+ contrib/libs/protobuf
+)
+
+END()