1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
set(klm_util_double_STAT_SRCS bignum-dtoa.h bignum.h cached-powers.h diy-fp.h double-conversion.h fast-dtoa.h fixed-dtoa.h ieee.h strtod.h utils.h bignum.cc bignum-dtoa.cc cached-powers.cc diy-fp.cc double-conversion.cc fast-dtoa.cc fixed-dtoa.cc strtod.cc) add_library(klm_util_double STATIC ${klm_util_double_STAT_SRCS})