aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/libs/chrono/ya.make
blob: e9f2172645a51c7b1d449f19db0ef08a60b3174d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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)

SRCS(
    src/chrono.cpp
    src/process_cpu_clocks.cpp
    src/thread_clock.cpp
)

END()