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