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