summaryrefslogtreecommitdiff
path: root/asl/log/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'asl/log/BUILD.bazel')
-rw-r--r--asl/log/BUILD.bazel4
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",