Sign in
chromium
/
external
/
github.com
/
fastfloat
/
fast_float
/
refs/heads/upstream/pr369-split-default-path
/
.
/
BUILD.bazel
blob: b08e90908221939ca75024410cef6a465f21d018 [
file
] [
edit
]
load
(
"@rules_cc//cc:cc_library.bzl"
,
"cc_library"
)
cc_library
(
name
=
"fast_float"
,
hdrs
=
glob
([
"include/fast_float/*.h"
]),
strip_include_prefix
=
"include"
,
visibility
=
[
"//visibility:public"
],
)