aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/svnversion/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/svnversion/ya.make')
-rw-r--r--library/cpp/svnversion/ya.make10
1 files changed, 10 insertions, 0 deletions
diff --git a/library/cpp/svnversion/ya.make b/library/cpp/svnversion/ya.make
new file mode 100644
index 0000000000..3789c4b38a
--- /dev/null
+++ b/library/cpp/svnversion/ya.make
@@ -0,0 +1,10 @@
+LIBRARY()
+
+SRCS(
+ svnversion.cpp
+ svn_interface.c
+)
+END()
+RECURSE(
+ test
+)