From dc0db358abe19481e475e10c32149b53370f1a1c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 05:57:31 +0200 Subject: Merging upstream version 1.72.1+dfsg1. Signed-off-by: Daniel Baumann --- vendor/cxx/book/src/building.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 vendor/cxx/book/src/building.md (limited to 'vendor/cxx/book/src/building.md') 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. -- cgit v1.2.3