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