7 lines
76 B

cxx_library(
name = 'hello',
srcs = [
'hello.c', 'hello2.c',
],
)