tabby/crates/tabby-coreml/build.rs

6 lines
96 B
Rust

fn main() {
cc::Build::new()
.file("cc/lib.mm")
.compile("tabby-coreml");
}