summaryrefslogtreecommitdiff
path: root/asl/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'asl/BUILD.bazel')
-rw-r--r--asl/BUILD.bazel3
1 files changed, 3 insertions, 0 deletions
diff --git a/asl/BUILD.bazel b/asl/BUILD.bazel
index 5137c8f..f904624 100644
--- a/asl/BUILD.bazel
+++ b/asl/BUILD.bazel
@@ -5,15 +5,18 @@ cc_library(
"assert.hpp",
"format.hpp",
"integers.hpp",
+ "io.hpp",
"layout.hpp",
"maybe_uninit.hpp",
"memory.hpp",
"meta.hpp",
"option.hpp",
+ "print.hpp",
"utility.hpp",
],
srcs = [
"format.cpp",
+ "print_win32.cpp",
],
visibility = ["//visibility:public"],
)