unplugged-system/external/google-fruit/examples/hello_world/BUILD

9 lines
123 B
Python
Raw Normal View History

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