summaryrefslogtreecommitdiff
path: root/asl/BUILD.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-02 18:19:38 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-02 18:19:38 +0100
commitc9fef8d83fe48f233372b890fcfd184ef68a9b69 (patch)
tree0c1825a180288c38a11ba4e644bd1a6b3151f906 /asl/BUILD.bazel
parent7e66d8e7e50060553be837b021aef1d83d0252bd (diff)
Add assertion failure handler
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 cbfe91e..9909bc3 100644
--- a/asl/BUILD.bazel
+++ b/asl/BUILD.bazel
@@ -24,6 +24,7 @@ cc_library(
],
srcs = [
"allocator.cpp",
+ "assert.cpp",
"format.cpp",
"format_float.cpp",
"print.cpp",