mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
7 lines
164 B
Python
7 lines
164 B
Python
cc_library(
|
|
name = "fast_float",
|
|
hdrs = glob(["include/fast_float/*.h"]),
|
|
strip_include_prefix = "include",
|
|
visibility = ["//visibility:public"],
|
|
)
|