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

LIBRARY()

LICENSE(BSD-3-Clause)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

VERSION(3.2.1)

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

ADDINCL(
    GLOBAL contrib/libs/double-conversion
)

NO_SANITIZE_HEADERS()

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()