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