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