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