File size: 130 Bytes
f6e23b0
 
 
 
 
 
1
2
3
4
5
6
7
use std::process::Command;

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