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

WITHOUT_LICENSE_TEXTS()

LICENSE(BSL-1.0)

VERSION(1.67)

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

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

PEERDIR(
    ${BOOST_ROOT}
    ${BOOST_ROOT}/libs/date_time
    ${BOOST_ROOT}/libs/system
    contrib/libs/openssl
)

END()