aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/libs/iostreams/ya.make
blob: a2a0614496b5bfe34fbb6b3075004551a4f21794 (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
LIBRARY()

LICENSE(BSL-1.0)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

OWNER(
    antoshkka
    g:cpp-committee
    g:cpp-contrib
)

INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc)

PEERDIR(
    contrib/libs/zlib
    contrib/libs/libbz2
)

CFLAGS(
    -DBOOST_IOSTREAMS_USE_DEPRECATED
)

SRCS(
    src/file_descriptor.cpp
    src/gzip.cpp
    src/mapped_file.cpp
    src/zlib.cpp
)

END()