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