add_subdirectory(CPP) add_header_library( common HDRS architectures.h common.h endian.h sanitizer.h ) add_header_library( ctype_utils HDRS ctype_utils.h ) add_header_library( str_to_integer HDRS str_to_integer.h DEPENDS .ctype_utils libc.include.errno libc.src.errno.errno libc.src.__support.CPP.limits ) add_header_library( high_precision_decimal HDRS high_precision_decimal.h DEPENDS .str_to_integer ) add_header_library( str_to_float HDRS str_to_float.h DEPENDS .str_to_integer .ctype_utils .high_precision_decimal libc.include.errno libc.src.errno.errno libc.src.__support.CPP.limits libc.src.__support.FPUtil.fputil ) add_header_library( integer_operations HDRS integer_operations.h ) add_header_library( arg_list HDRS arg_list.h ) # Thread support is used by other support libraries. So, we add the "threads" # before other directories. add_subdirectory(threads) add_subdirectory(File) add_subdirectory(FPUtil) add_subdirectory(OSUtil)