use std::process::Command; fn main() { println!("cargo:rustc-link-lib=cuda"); println!("cargo:rustc-link-lib=cudart"); }