diff options
author | Devtools Arcadia <arcadia-devtools@yandex-team.ru> | 2022-02-07 18:08:42 +0300 |
---|---|---|
committer | Devtools Arcadia <arcadia-devtools@mous.vla.yp-c.yandex.net> | 2022-02-07 18:08:42 +0300 |
commit | 1110808a9d39d4b808aef724c861a2e1a38d2a69 (patch) | |
tree | e26c9fed0de5d9873cce7e00bc214573dc2195b7 /contrib/libs/zlib/ya.make | |
download | ydb-1110808a9d39d4b808aef724c861a2e1a38d2a69.tar.gz |
intermediate changes
ref:cde9a383711a11544ce7e107a78147fb96cc4029
Diffstat (limited to 'contrib/libs/zlib/ya.make')
-rw-r--r-- | contrib/libs/zlib/ya.make | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/contrib/libs/zlib/ya.make b/contrib/libs/zlib/ya.make new file mode 100644 index 0000000000..ced6573475 --- /dev/null +++ b/contrib/libs/zlib/ya.make @@ -0,0 +1,46 @@ +# Generated by devtools/yamaker from nixpkgs 5852a21819542e6809f68ba5a798600e69874e76. + +LIBRARY() + +OWNER(g:cpp-contrib) + +VERSION(1.2.11) + +ORIGINAL_SOURCE(https://www.zlib.net/fossils/zlib-1.2.11.tar.gz) + +OPENSOURCE_EXPORT_REPLACEMENT( + CMAKE ZLIB + CMAKE_TARGET ZLIB::ZLIB + CONAN zlib/1.2.11 +) +LICENSE(Zlib) + +LICENSE_TEXTS(.yandex_meta/licenses.list.txt) + +ADDINCL( + GLOBAL contrib/libs/zlib/include +) + +NO_COMPILER_WARNINGS() + +NO_RUNTIME() + +SRCS( + adler32.c + compress.c + crc32.c + deflate.c + gzclose.c + gzlib.c + gzread.c + gzwrite.c + infback.c + inffast.c + inflate.c + inftrees.c + trees.c + uncompr.c + zutil.c +) + +END() |