nix-config/templates/c++-bazel/src/BUILD
Bruno BELANYI 3f942ee46b
All checks were successful
ci/woodpecker/push/check Pipeline was successful
WIP: Bazel template
2023-10-27 15:02:04 +00:00

6 lines
74 B
Text

cc_binary(
name = "project",
srcs = [
"main.cc",
],
)