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