rustgn

11 commits
Updated 2026-05-09 17:23:41
binaries/hello_world_cc
binaries/hello_world_cc/BUILD.gn
cc_executable("hello_world_cc") {
  sources = [ "src/main.cc" ]

  deps = [ "//libraries/hello_cc" ]
}