aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/zlib/ya.make
blob: ced65734753497979a3bf0f8a5b84a73d5375239 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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()