cpptorustbuildtools

Build script implementation for C++ library wrappers.

Online documentation

Crates generated by cpptorust_generator require multiple custom build operations:

It appears a common task to perform other custom operations in the build script, so all the above operations are implemented as a separate crate (cpp_to_rust_build_tools) which is used as build dependency of the default generated build script. If a custom build script is defined, it should use this crate's API to perform the necessary build operations.

See README of the repository root for more information about other parts of the project.