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