diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-26 22:35:47 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-26 22:45:42 +0100 |
commit | b3f2336e1b8f4410515344feb73d992d854c8282 (patch) | |
tree | 5b4de235b46a6081206b17761acc1bab1ea5c720 /asl/log/BUILD.bazel | |
parent | cf7db48c261ee9c896c813a38ff8c59da5b8fe07 (diff) |
Implement logging
Diffstat (limited to 'asl/log/BUILD.bazel')
-rw-r--r-- | asl/log/BUILD.bazel | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asl/log/BUILD.bazel b/asl/log/BUILD.bazel index 9291a8a..51f41df 100644 --- a/asl/log/BUILD.bazel +++ b/asl/log/BUILD.bazel @@ -1,10 +1,10 @@ cc_library( name = "log", srcs = [ - "log.hpp", + "log.cpp", ], hdrs = [ - "log.cpp", + "log.hpp", ], deps = [ "//asl", |