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