libstatgrab-sys 0.1.0

Rust FFI bindings to libstatgrab
Documentation
1
2
3
4
5
6
7
fn main() {
    println!("cargo:rustc-link-lib=statgrab");
    // TODO use pkg-config
    println!("cargo:rustc-link-search=/nix/store/qwyr9n73avfk0g7slfvipmzwsljgxswl-libstatgrab-0.92.1/include");
    println!("cargo:rustc-link-search=/nix/store/qwyr9n73avfk0g7slfvipmzwsljgxswl-libstatgrab-0.92.1/lib");

}