aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/double-conversion/ya.make
blob: d6c916b9fd27defa4d5f4cdaa1e2f447ee5617b3 (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
# Generated by devtools/yamaker from nixpkgs 22.11.

LIBRARY()

LICENSE(BSD-3-Clause)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

VERSION(3.3.0)

ORIGINAL_SOURCE(https://github.com/google/double-conversion/archive/v3.3.0.tar.gz)

ADDINCL(
    GLOBAL contrib/libs/double-conversion
)

NO_COMPILER_WARNINGS()

NO_UTIL()

SRCS(
    double-conversion/bignum-dtoa.cc
    double-conversion/bignum.cc
    double-conversion/cached-powers.cc
    double-conversion/double-to-string.cc
    double-conversion/fast-dtoa.cc
    double-conversion/fixed-dtoa.cc
    double-conversion/string-to-double.cc
    double-conversion/strtod.cc
)

END()