CPlusPlusThings/basic_content/maohao/BUILD

8 lines
185 B
Python

# please run `bazel run basic_content/maohao:maohao`
load("@rules_cc//cc:defs.bzl", "cc_binary")
cc_binary(
name = "maohao",
srcs = ["maohao.cpp"],
copts = ["-std=c++11"]
)