9 lines
123 B
Python
9 lines
123 B
Python
|
|
|
||
|
|
licenses(["notice"])
|
||
|
|
|
||
|
|
cc_binary(
|
||
|
|
name = "hello_world",
|
||
|
|
srcs = ["main.cpp"],
|
||
|
|
deps = ["//third_party/fruit"],
|
||
|
|
)
|