aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/ya.make
blob: c1f5975860e87526ca530f395b8541e1909818f8 (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
32
33
34
35
36
37
38
39
40
41
LIBRARY()

LICENSE(
    BSD-3-Clause AND
    BSL-1.0 AND
    MIT AND
    Mit-Old-Style AND
    NCSA AND
    Public-Domain AND
    Zlib
)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

VERSION(1.67)

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

NO_UTIL()

# This is the header-only version of boost
# To use a boost library with separate compilation units, 
# one should use `contrib/restricted/boost/libs/$lib`

ADDINCL(
    GLOBAL contrib/restricted/boost
)

END()

RECURSE( 
    libs 
) 
 
RECURSE_FOR_TESTS(
    arcadia_test
)