summaryrefslogtreecommitdiff
path: root/asl/synchronization/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'asl/synchronization/BUILD.bazel')
-rw-r--r--asl/synchronization/BUILD.bazel10
1 files changed, 10 insertions, 0 deletions
diff --git a/asl/synchronization/BUILD.bazel b/asl/synchronization/BUILD.bazel
new file mode 100644
index 0000000..29e0a62
--- /dev/null
+++ b/asl/synchronization/BUILD.bazel
@@ -0,0 +1,10 @@
+cc_library(
+ name = "atomic",
+ hdrs = [
+ "atomic.hpp",
+ ],
+ deps = [
+ "//asl/base",
+ ],
+ visibility = ["//visibility:public"],
+)