blob: a7087eac4ed22efd231ec9e832324e85978d3add (
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
|
LIBRARY()
LICENSE(
BSD-2-Clause AND
CC0-1.0
)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
VERSION(0.9.5)
NO_UTIL()
NO_COMPILER_WARNINGS()
ADDINCL(
contrib/libs/hdr_histogram/src
)
SRCS(
src/hdr_encoding.c
src/hdr_interval_recorder.c
src/hdr_histogram.c
src/hdr_writer_reader_phaser.c
src/hdr_time.c
src/hdr_thread.c
)
PEERDIR(
contrib/libs/zlib
)
END()
|