File: BUILD.bazel

package info (click to toggle)
fast-float 8.0.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 872 kB
  • sloc: cpp: 6,819; ansic: 3,414; python: 366; sh: 37; makefile: 8
file content (6 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
cc_library(
    name = "fast_float",
    hdrs = glob(["include/fast_float/*.h"]),
    strip_include_prefix = "include",
    visibility = ["//visibility:public"],
)