Function cpp_build::build

source ·
pub fn build<P: AsRef<Path>>(path: P)
Expand description

Run the cpp build process on the crate with a root at the given path. Intended to be used within build.rs files.