aboutsummaryrefslogtreecommitdiff
path: root/extras/bazel_usage_example/BUILD
blob: 47934aa503cc781e48d787482ee634554f01a046 (plain)
1
2
3
4
5
6
7
8

licenses(["notice"])

cc_binary(
    name = "hello_world",
    srcs = ["main.cpp"],
    deps = ["@com_google_fruit//third_party/fruit"],
)