aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/libs/asio/ya.make
blob: 7a2c805191731b8db72ff7dfd7f3802a7ab1bc8f (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
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}/libs/date_time
    ${BOOST_ROOT}/libs/system
    contrib/libs/openssl
)

END()