support bazel complie this project and format code.
This commit is contained in:
8
concurrency/concurrency_v1/chapter1/BUILD
Normal file
8
concurrency/concurrency_v1/chapter1/BUILD
Normal file
@@ -0,0 +1,8 @@
|
||||
# please run `bazel run //concurrency/concurrency_v1/chapter1:1_helloworld`
|
||||
|
||||
load("@rules_cc//cc:defs.bzl", "cc_binary")
|
||||
|
||||
cc_binary(
|
||||
name = "1_helloworld",
|
||||
srcs = ["1_helloworld.cpp"],
|
||||
)
|
Reference in New Issue
Block a user