summaryrefslogtreecommitdiff
path: root/asl/BUILD.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-11-23 23:48:24 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-12-20 15:35:58 +0100
commit3dc9bc3a6cefa30c553c6ec21b1545db98e26b6d (patch)
tree375698480c4f21c48f1f59fed4878a78468dd2a6 /asl/BUILD.bazel
parenta7ebfdedeee84bd01615ad62ac448adae12787db (diff)
Add float formatting
Diffstat (limited to 'asl/BUILD.bazel')
-rw-r--r--asl/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/asl/BUILD.bazel b/asl/BUILD.bazel
index 20a1651..b9875ab 100644
--- a/asl/BUILD.bazel
+++ b/asl/BUILD.bazel
@@ -23,6 +23,7 @@ cc_library(
srcs = [
"allocator.cpp",
"format.cpp",
+ "format_float.cpp",
"print.cpp",
],
visibility = ["//visibility:public"],