aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cctz/tzdata/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libs/cctz/tzdata/ya.make')
-rw-r--r--contrib/libs/cctz/tzdata/ya.make22
1 files changed, 22 insertions, 0 deletions
diff --git a/contrib/libs/cctz/tzdata/ya.make b/contrib/libs/cctz/tzdata/ya.make
new file mode 100644
index 0000000000..3b9ff5cc67
--- /dev/null
+++ b/contrib/libs/cctz/tzdata/ya.make
@@ -0,0 +1,22 @@
+LIBRARY()
+
+WITHOUT_LICENSE_TEXTS()
+
+LICENSE(Apache-2.0)
+
+OWNER(
+ dfyz
+ petrk
+)
+
+PEERDIR(
+ contrib/libs/cctz
+)
+
+INCLUDE(ya.make.resources)
+
+SRCS(
+ GLOBAL factory.cpp
+)
+
+END()