aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/libs/system/ya.make
blob: 4a0180be2566a251a0f6773ae3cbd59fafb2852e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
LIBRARY()

LICENSE(BSL-1.0)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

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

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

SRCS(
    src/error_code.cpp
)

END()