Function build_native_static_lib_cxx

Source
pub fn build_native_static_lib_cxx(lib_name: &str) -> PathBuf
Expand description

Builds a static lib (.lib on Windows MSVC and .a for the rest) with the given name. Built from a C++ file.