blob: 60ea0e940e82b834668e248d0cb47131a0594259 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
LIBRARY()
INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc)
SRCS(
clock.cpp
)
PEERDIR(
library/cpp/yt/assert
)
END()
RECURSE(
benchmark
)
RECURSE_FOR_TESTS(
unittests
)
|