1 2 3 4 5 6 7
fn main() { cc::Build::new() .file("sqlite-tg.c") .file("tg.c") .define("SQLITE_CORE", None) .compile("sqlite_tg0"); }