aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/text/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/monlib/encode/text/ya.make')
-rw-r--r--library/cpp/monlib/encode/text/ya.make16
1 files changed, 16 insertions, 0 deletions
diff --git a/library/cpp/monlib/encode/text/ya.make b/library/cpp/monlib/encode/text/ya.make
new file mode 100644
index 0000000000..d296c78c1b
--- /dev/null
+++ b/library/cpp/monlib/encode/text/ya.make
@@ -0,0 +1,16 @@
+LIBRARY()
+
+OWNER(
+ g:solomon
+ jamel
+)
+
+SRCS(
+ text_encoder.cpp
+)
+
+PEERDIR(
+ library/cpp/monlib/encode
+)
+
+END()