diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:57:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:57:31 +0000 |
commit | dc0db358abe19481e475e10c32149b53370f1a1c (patch) | |
tree | ab8ce99c4b255ce46f99ef402c27916055b899ee /vendor/cxx/book/src/building.md | |
parent | Releasing progress-linux version 1.71.1+dfsg1-2~progress7.99u1. (diff) | |
download | rustc-dc0db358abe19481e475e10c32149b53370f1a1c.tar.xz rustc-dc0db358abe19481e475e10c32149b53370f1a1c.zip |
Merging upstream version 1.72.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/cxx/book/src/building.md')
-rw-r--r-- | vendor/cxx/book/src/building.md | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/vendor/cxx/book/src/building.md b/vendor/cxx/book/src/building.md deleted file mode 100644 index c75939e0d..000000000 --- a/vendor/cxx/book/src/building.md +++ /dev/null @@ -1,20 +0,0 @@ -{{#title Multi-language build system options — Rust ♡ C++}} -# Multi-language build system options - -CXX is designed to be convenient to integrate into a variety of build systems. - -If you are working in a project that does not already have a preferred build -system for its C++ code *or* which will be relying heavily on open source -libraries from the Rust package registry, you're likely to have the easiest -experience with Cargo which is the build system commonly used by open source -Rust projects. Refer to the ***[Cargo](build/cargo.md)*** chapter about CXX's -Cargo support. - -Among build systems designed for first class multi-language support, Bazel is a -solid choice. Refer to the ***[Bazel](build/bazel.md)*** chapter. - -If your codebase is already invested in CMake, refer to the -***[CMake](build/cmake.md)*** chapter. - -If you have some other build system that you'd like to try to make work with -CXX, see [this page](build/other.md) for notes. |