Lines Matching +full:build +full:- +full:system
1 {{#title Multi-language build system options — Rust ♡ C++}}
2 # Multi-language build system options
4 CXX is designed to be convenient to integrate into a variety of build systems.
6 If you are working in a project that does not already have a preferred build
7 system for its C++ code *or* which will be relying heavily on open source
9 experience with Cargo which is the build system commonly used by open source
10 Rust projects. Refer to the ***[Cargo](build/cargo.md)*** chapter about CXX's
13 Among build systems designed for first class multi-language support, Bazel is a
14 solid choice. Refer to the ***[Bazel](build/bazel.md)*** chapter.
17 ***[CMake](build/cmake.md)*** chapter.
19 If you have some other build system that you'd like to try to make work with
20 CXX, see [this page](build/other.md) for notes.