Crate autocxx_build[][src]

Functions

build

Build autocxx C++ files and return a cc::Build you can use to build more from a build.rs file. You need to provide the Rust file path and the iterator of paths which should be used as include directories.

expect_build

Builds successfully, or exits the process displaying a suitable message.