Reorganize everything
This commit is contained in:
10
asl/synchronization/BUILD.bazel
Normal file
10
asl/synchronization/BUILD.bazel
Normal file
@ -0,0 +1,10 @@
|
||||
cc_library(
|
||||
name = "atomic",
|
||||
hdrs = [
|
||||
"atomic.hpp",
|
||||
],
|
||||
deps = [
|
||||
"//asl/base",
|
||||
],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
Reference in New Issue
Block a user