Lines Matching +full:cxxbridge +full:- +full:cmd
4 Starlark-based build systems with the ability to compile a code generator and
5 invoke it as a `genrule` will run CXX's C++ code generator via its `cxxbridge`
8 The tool is packaged as the `cxxbridge-cmd` crate on crates.io or can be built
9 from the *gen/cmd/* directory of the CXX GitHub repo.
12 $ cargo install cxxbridge-cmd
14 $ cxxbridge src/bridge.rs --header > path/to/bridge.rs.h
15 $ cxxbridge src/bridge.rs > path/to/bridge.rs.cc
52 "-o",
54 "-o",
83 ":blobstore-sys",
92 deps = [":blobstore-include"],
96 name = "blobstore-sys",
99 ":blobstore-include",
105 name = "blobstore-include",