mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
6 lines
104 B
Rust
6 lines
104 B
Rust
|
|
fn main() {
|
||
|
|
cc::Build::new()
|
||
|
|
.file("../../sqlite-vec.c")
|
||
|
|
.compile("sqlite_vec0");
|
||
|
|
}
|