android13/external/google-fruit/extras/bazel_usage_example/BUILD

9 lines
140 B
Python

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