7 lines
61 B
Python
7 lines
61 B
Python
cc_binary(
|
|
name = "test",
|
|
srcs = [
|
|
"test.cc",
|
|
],
|
|
)
|