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