1 2 3 4 5 6 7
extern crate pkg_config; use pkg_config::Config; fn main() { Config::new().find("libnotify").unwrap(); }